We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a4dd1 + 82dd9d3 commit d1f79f2Copy full SHA for d1f79f2
1 file changed
TodoParser.py
@@ -41,6 +41,7 @@ def __init__(self, options=dict()):
41
custom_identifiers_dict = json.loads(custom_identifiers)
42
except json.JSONDecodeError:
43
print('Invalid identifiers dict, ignoring.')
44
+ custom_identifiers_dict = dict()
45
else:
46
custom_identifiers_dict = options.get("identifiers", None)
47
if custom_identifiers_dict:
0 commit comments