1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

force test

This commit is contained in:
Kelly Brazil
2022-12-23 09:21:27 -08:00
parent c45518db70
commit a476e4639b

View File

@ -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))