commit/galaxy-central: jmchilton: Another attempt to fix nosetests' handling of rods.py.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f166886d97a0/ Changeset: f166886d97a0 User: jmchilton Date: 2013-12-03 19:59:35 Summary: Another attempt to fix nosetests' handling of rods.py. Further dirtying @dannon's code :(, sorry. Affected #: 1 file diff -r 1d75d75f9f82b9f9e7c19ef7d9d5df5e1565c962 -r f166886d97a0e7dcb926c2e5f83db8f52982748f lib/galaxy/objectstore/rods.py --- a/lib/galaxy/objectstore/rods.py +++ b/lib/galaxy/objectstore/rods.py @@ -18,6 +18,9 @@ try: import galaxy.eggs galaxy.eggs.require( 'PyRods' ) +except Exception: + pass +try: import irods except ImportError: irods = None 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