commit/galaxy-central: dannon: Remove extraneous 'column' reference in exception message.

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b30d710330fd/ Changeset: b30d710330fd User: dannon Date: 2014-12-16 06:54:45+00:00 Summary: Remove extraneous 'column' reference in exception message. Affected #: 1 file diff -r 8d5089f2ba8183439a866026f3583c377f8bfa74 -r b30d710330fd722497cf316574c513683efe27f2 lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py --- a/lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py +++ b/lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py @@ -44,7 +44,7 @@ column.create( table, **kwds ) except Exception as e: print str(e) - log.exception( "Adding column %s column failed." % column) + log.exception( "Adding column %s failed." % column) def __drop_column( column_name, table_name, metadata ): 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