fix tests/flake8
This commit is contained in:
parent
c1fae34cb4
commit
030e37e1fb
2 changed files with 9 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue