From 696ab4503c9cc838075a49db2aaf3c6d7faf7894 Mon Sep 17 00:00:00 2001 From: JanNeuendorf Date: Fri, 28 Jan 2022 13:24:04 +0100 Subject: [PATCH] linting fixed in exception --- pyerrors/input/json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/input/json.py b/pyerrors/input/json.py index 6df1cf67..6f5cf470 100644 --- a/pyerrors/input/json.py +++ b/pyerrors/input/json.py @@ -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