Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 14, 2021
1 parent 09becaf commit d2fd3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,5 +437,5 @@ def jsonify_safe(value):

try:
return json.loads(value)
except:
except: # pylint: disable=bare-except
return value

0 comments on commit d2fd3f4

Please sign in to comment.