diff --git a/jc/parsers/findmnt.py b/jc/parsers/findmnt.py index 699e7b38..241cc11e 100644 --- a/jc/parsers/findmnt.py +++ b/jc/parsers/findmnt.py @@ -140,6 +140,7 @@ def _process(proc_data: List[JSONDictType]) -> List[JSONDictType]: return proc_data + def _replace(matchobj): if matchobj: matchlen = len(matchobj.group(1))