commit/galaxy-central: greg: Forgot None in my last commit
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/40a5f3139ecf/ Changeset: 40a5f3139ecf User: greg Date: 2014-01-16 22:13:47 Summary: Forgot None in my last commit Affected #: 1 file diff -r 56492a1d0d352db016e7ba785fcbc9822b604d61 -r 40a5f3139ecf714090347612ec69e0d964911d85 lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -1596,7 +1596,7 @@ return folder_contents def pretty_print( dict=None ): - if dict is not: + if dict is not None: return json.to_json_string( dict, sort_keys=True, indent=4 ) def remove_dir( dir ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org