[Oval-commits] r210 - trunk/oval-agent

Javier Fernandez-Sanguino Pen~a jfs at alioth.debian.org
Thu Aug 23 18:57:11 UTC 2007


Author: jfs
Date: 2007-08-23 18:57:11 +0000 (Thu, 23 Aug 2007)
New Revision: 210

Modified:
   trunk/oval-agent/oval-agent.py
Log:
Added \n to some msgs

Modified: trunk/oval-agent/oval-agent.py
===================================================================
--- trunk/oval-agent/oval-agent.py	2007-08-23 18:15:18 UTC (rev 209)
+++ trunk/oval-agent/oval-agent.py	2007-08-23 18:57:11 UTC (rev 210)
@@ -121,9 +121,9 @@
 	except configNotFoundError, e:
 		sys.stderr.write (str(e))
 	except KeyboardInterrupt, e:
-		sys.stderr.write ('Execution interrupted by keyboard.')
+		sys.stderr.write ('Execution interrupted by keyboard.\n')
 	except exceptions.SystemExit, e:
 		raise e
 	except Exception, e:
-		sys.stderr.write('Unhandled error during execution: %s : %s.' % (e.__class__, str(e)))
+		sys.stderr.write('Unhandled error during execution: %s : %s.' % (e.__class__, str(e)) + "\n")
 		traceback.print_exc()




More information about the Oval-commits mailing list