Fixes of 'loop closed' error & self-checking base rewrite, some improvements

This commit is contained in:
Soxoj
2020-12-09 02:39:26 +03:00
parent 7997ade3c5
commit f5001a03f1
6 changed files with 3133 additions and 4169 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class SitesInformation():
)
except KeyError as error:
raise ValueError(f"Problem parsing json contents at "
f"'{data_file_path}': "
f"'{data_file_path}' for site {site_name}: "
f"Missing attribute {str(error)}."
)