mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
fix: typo in input.json corrected.
This commit is contained in:
parent
873627fd95
commit
6eba4ee473
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue