Skip to content
Snippets Groups Projects
Commit 94deb4c5 authored by B13nch3n's avatar B13nch3n
Browse files

Added missing key

parent ed291a72
No related branches found
No related tags found
No related merge requests found
......@@ -490,7 +490,7 @@ class _CifCheck:
def __init__(self, dict_sdb, json_out_file=None, verbose=False):
self._version = None
self.check_results = {"errors": [], "diagnosis": []}
self.check_results = {"errors": [], "diagnosis": [], "cifcheck-errors": []}
self.dict_sdb = os.path.abspath(dict_sdb)
self.json_out_file = json_out_file
self.verbose = verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment