fix: typo in input.json corrected.

This commit is contained in:
Fabian Joswig 2022-11-30 16:57:31 +00:00
parent 873627fd95
commit 6eba4ee473
No known key found for this signature in database

View file

@ -420,7 +420,7 @@ def _parse_json_dict(json_dict, verbose=True, full_output=False):
elif io['type'] == 'Corr':
ol.append(get_Corr_from_dict(io))
else:
raise Exception("Unkown datatype.")
raise Exception("Unknown datatype.")
if full_output:
retd = {}