1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a70bb556b9a5/ changeset: a70bb556b9a5 user: dan date: 2012-10-17 18:32:35 summary: Fix for python2.5. affected #: 1 file diff -r d68822fb944998597f3d16944eb6e42edb8041c8 -r a70bb556b9a5458a878e8abef7a55c88e2f0e058 lib/galaxy/security/__init__.py --- a/lib/galaxy/security/__init__.py +++ b/lib/galaxy/security/__init__.py @@ -318,7 +318,7 @@ % ( item.library_dataset_id, len( base_result ), len( new_result ) ) ) log.debug( "get_actions_for_items: Test end" ) - except Exception as e: + except Exception, e: log.debug( "Exception in test code: %s" % e ) return ret_permissions 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.