From 94deb4c5e1c3c2aac75834143881893ab5a6cca5 Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Thu, 3 Aug 2023 14:54:16 +0200
Subject: [PATCH] Added missing key

---
 validation/validate-mmcif-file.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/validation/validate-mmcif-file.py b/validation/validate-mmcif-file.py
index 97edaeb..91b17f2 100755
--- a/validation/validate-mmcif-file.py
+++ b/validation/validate-mmcif-file.py
@@ -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
-- 
GitLab