commit/galaxy-central: jmchilton: Adjust logic related to_posix_lines to make optionally specified.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/28cd6a86d99d/ Changeset: 28cd6a86d99d User: jmchilton Date: 2014-01-22 17:35:31 Summary: Adjust logic related to_posix_lines to make optionally specified. Fixes library uploads and restores backward-compatiblity to create_paramfile interface to rest of Galaxy. This is an alternative to pull request #305. Affected #: 1 file diff -r edfc4baf2d0747f4bdc7d255bdef396b7dcf3599 -r 28cd6a86d99dc6aaab95ee69ca706899be5b535b lib/galaxy/tools/actions/upload_common.py --- a/lib/galaxy/tools/actions/upload_common.py +++ b/lib/galaxy/tools/actions/upload_common.py @@ -332,7 +332,7 @@ is_binary=is_binary, link_data_only=link_data_only, uuid=uuid_str, - to_posix_lines=uploaded_dataset.to_posix_lines, + to_posix_lines=getattr(uploaded_dataset, "to_posix_lines", True), space_to_tab=uploaded_dataset.space_to_tab, in_place=trans.app.config.external_chown_script is None, path=uploaded_dataset.path ) 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