Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Mar 3, 2017
1 parent 845e43c commit cb27f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/util/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def safe_loads( arg ):
"""
This is a wrapper around loads that returns the parsed value instead of
raising a value error. It also avoids autoconversion of non-iterables
such as numeric and boolean.
i.e numeric and boolean values.
"""
try:
loaded = json.loads( arg )
Expand Down

0 comments on commit cb27f92

Please sign in to comment.