From a476e4639b4bec21208e9ef20b424bf00ddccf62 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 23 Dec 2022 09:21:27 -0800 Subject: [PATCH] force test --- jc/parsers/findmnt.py | 1 + 1 file changed, 1 insertion(+) 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))