1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/47446977285f/
Changeset: 47446977285f
User: jgoecks
Date: 2013-06-26 22:22:53
Summary: Add tool id to error message when parsing standard IO level.
Affected #: 1 file
diff -r 4440f4de1828f11439a88d1417ea914d1e6fec8f -r
47446977285f4a8ec634b1b8a6d78ddc9d73b243 lib/galaxy/tools/__init__.py
--- a/lib/galaxy/tools/__init__.py
+++ b/lib/galaxy/tools/__init__.py
@@ -1528,7 +1528,8 @@
elif ( re.search( "fatal", err_level, re.IGNORECASE ) ):
return_level = StdioErrorLevel.FATAL
else:
- log.debug( "Error level %s did not match warning/fatal" %
err_level )
+ log.debug( "Tool %s: error level %s did not match
log/warning/fatal" %
+ ( self.id, err_level ) )
except Exception:
log.error( "Exception in parse_error_level "
+ str(sys.exc_info() ) )
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.