commit/galaxy-central: natefoo: Fix missing log setup in migrate script 74
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/1c1ff3753d5e/ changeset: 1c1ff3753d5e user: natefoo date: 2011-06-13 15:51:56 summary: Fix missing log setup in migrate script 74 affected #: 1 file (52 bytes) --- a/lib/galaxy/model/migrate/versions/0074_add_purged_column_to_library_dataset_table.py Fri Jun 10 20:10:09 2011 -0400 +++ b/lib/galaxy/model/migrate/versions/0074_add_purged_column_to_library_dataset_table.py Mon Jun 13 09:51:56 2011 -0400 @@ -7,6 +7,9 @@ from migrate import * from migrate.changeset import * +import logging +log = logging.getLogger( __name__ ) + metadata = MetaData( migrate_engine ) db_session = scoped_session( sessionmaker( bind=migrate_engine, autoflush=False, autocommit=True ) ) 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)
-
Bitbucket