fix tests/flake8

This commit is contained in:
Tomas Kopecek 2023-07-04 09:09:57 +02:00
parent c1fae34cb4
commit 030e37e1fb
2 changed files with 9 additions and 8 deletions

View file

@ -1002,7 +1002,7 @@ def handle_call(goptions, session, args):
return json.loads(arg)
else:
return arg_filter(arg)
except ValueError as e:
except ValueError:
if options.bare_strings:
return arg
else: