[Rivet-svn] r2727 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Oct 28 14:57:06 BST 2010


Author: dgrell
Date: Thu Oct 28 14:57:05 2010
New Revision: 2727

Log:
Can't write to log level debug before log level is set

Modified:
   trunk/bin/rivet

Modified: trunk/bin/rivet
==============================================================================
--- trunk/bin/rivet	Thu Oct 28 09:21:38 2010	(r2726)
+++ trunk/bin/rivet	Thu Oct 28 14:57:05 2010	(r2727)
@@ -62,8 +62,8 @@
     rivet.check_python_version()
     #print rivet.getAnalysisLibPaths()
 except Exception, e:
-    sys.stderr.write(PROGNAME + " requires the 'rivet' Python module\n");
-    logging.debug(str(e))
+    sys.stderr.write(PROGNAME + " requires the 'rivet' Python module\n")
+    sys.stderr.write(str(e)+'\n')
     sys.exit(1)
 
 


More information about the Rivet-svn mailing list