[hg] galaxy 3298: Fix another exception error (only in 2.4) with...
29 Jan
2010
29 Jan
'10
2:48 p.m.
details: http://www.bx.psu.edu/hg/galaxy/rev/7173ce5647ce changeset: 3298:7173ce5647ce user: Nate Coraor <nate@bx.psu.edu> date: Thu Jan 28 13:37:53 2010 -0500 description: Fix another exception error (only in 2.4) with check_python.py diffstat: scripts/check_python.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r 52d5450e34e4 -r 7173ce5647ce scripts/check_python.py --- a/scripts/check_python.py Thu Jan 28 11:38:38 2010 -0500 +++ b/scripts/check_python.py Thu Jan 28 13:37:53 2010 -0500 @@ -25,5 +25,5 @@ check_python() print check_virtualenv() sys.exit( 0 ) - except Exception: + except StandardError: sys.exit( 1 )
5406
Age (days ago)
5406
Last active (days ago)
0 comments
1 participants
participants (1)
-
Greg Von Kuster