commit/galaxy-central: dannon: Fix another identity vs value test error in xml handling.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/eabb41fa2c14/ Changeset: eabb41fa2c14 User: dannon Date: 2015-02-14 16:05:32+00:00 Summary: Fix another identity vs value test error in xml handling. Affected #: 1 file diff -r 5b5cb768173f4be8dac5e046a8336d3e594ca95e -r eabb41fa2c1489aba13cb0c74ffc42cbf6a0ae6a lib/galaxy/tools/actions/__init__.py --- a/lib/galaxy/tools/actions/__init__.py +++ b/lib/galaxy/tools/actions/__init__.py @@ -548,7 +548,7 @@ pass #process change_format tags - if output.change_format: + if output.change_format is not None: new_format_set = False for change_elem in output.change_format: for when_elem in change_elem.findall( 'when' ): 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