aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Beamonte <raphael.beamonte@gmail.com>2012-12-23 21:36:38 -0500
committerDavid Sommerseth <davids@redhat.com>2013-01-04 14:35:48 +0100
commit6ffd077bbfd47532ae4d5509602eea5f51fbf96d (patch)
treedb23502e5cafdc810ad2c5c58d583608f96eb34c
parentdaecdace119ecee546ece48450760b404f8a6189 (diff)
downloadrteval-6ffd077bbfd47532ae4d5509602eea5f51fbf96d.tar.gz
Corrects an error message which was duplicate of the following raise
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com> Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rteval/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rteval/__init__.py b/rteval/__init__.py
index c56550c..a876170 100644
--- a/rteval/__init__.py
+++ b/rteval/__init__.py
@@ -230,8 +230,7 @@ class RtEval(rtevalReport):
signal.signal(signal.SIGTERM, signal.SIG_DFL)
except RuntimeError, e:
- print "Runtime error during measurement: %s", e
- raise
+ raise RuntimeError("appeared during measurement: %s" % e)
finally:
# stop measurement threads