mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
linting fixed in exception
This commit is contained in:
parent
55804c8c1d
commit
696ab4503c
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ def import_json_string(json_string, verbose=True, full_output=False):
|
|||
else:
|
||||
temp_prange = None
|
||||
else:
|
||||
raise Exception ("The tag is not a list or dict")
|
||||
raise Exception("The tag is not a list or dict")
|
||||
|
||||
corr_tag = taglist[-1]
|
||||
tmp_o = o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue