1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/68bd633548b2/ Changeset: 68bd633548b2 User: dannon Date: 2015-01-22 21:54:53+00:00 Summary: Log was undefined here in hda manager, would have blown up. Affected #: 1 file diff -r b32080c9b45492b9fe341271edbc884d7460734e -r 68bd633548b2cd8fa32a918a2f59d293a820baca lib/galaxy/managers/hdas.py --- a/lib/galaxy/managers/hdas.py +++ b/lib/galaxy/managers/hdas.py @@ -21,6 +21,9 @@ from galaxy.managers import annotatable from galaxy.managers import users +import logging +log = logging.getLogger( __name__ ) + # ============================================================================= class HDAManager( datasets.DatasetAssociationManager, base.OwnableModelInterface, taggable.TaggableManagerInterface, annotatable.AnnotatableManagerInterface ): 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.