commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5a09adb8c393/ Changeset: 5a09adb8c393 User: dan Date: 2013-06-26 17:44:09 Summary: Fix for sniff.handle_uploaded_dataset_file broken in 7605:8bccff9db86973c924b17a4251573e25af7618a4 affects handling of data_source binary files. Affected #: 1 file diff -r d4372175b7fcf2b61a1e6c8caeb1a1b5dc891e60 -r 5a09adb8c39363a32aa373658635cf20ae2cc718 lib/galaxy/datatypes/sniff.py --- a/lib/galaxy/datatypes/sniff.py +++ b/lib/galaxy/datatypes/sniff.py @@ -6,6 +6,7 @@ from galaxy import util from galaxy.datatypes.checkers import * from encodings import search_function as encodings_search_function +from binary import Binary log = logging.getLogger(__name__) https://bitbucket.org/galaxy/galaxy-central/commits/f35d85e4b4d5/ Changeset: f35d85e4b4d5 Branch: stable User: dan Date: 2013-06-26 17:44:09 Summary: Fix for sniff.handle_uploaded_dataset_file broken in 7605:8bccff9db86973c924b17a4251573e25af7618a4 affects handling of data_source binary files. Affected #: 1 file diff -r 5a8069419967cfdb2157482ad239f75624354b78 -r f35d85e4b4d582cd50aee062bb1c2eaf89b131c2 lib/galaxy/datatypes/sniff.py --- a/lib/galaxy/datatypes/sniff.py +++ b/lib/galaxy/datatypes/sniff.py @@ -6,6 +6,7 @@ from galaxy import util from galaxy.datatypes.checkers import * from encodings import search_function as encodings_search_function +from binary import Binary log = logging.getLogger(__name__) 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