aboutsummaryrefslogtreecommitdiff
path: root/rumba/utils.py
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2018-02-22 10:18:10 +0100
committerMarco Capitani <m.capitani@nextworks.it>2018-03-16 14:07:24 +0100
commite174aaf3650c23331c757921b1af9b152f53c6e5 (patch)
tree281a859419b20e34605e310c9572668d6f545734 /rumba/utils.py
parentade6bd4cda44c88b555f521641c6e01326ab0060 (diff)
downloadrumba-e174aaf3650c23331c757921b1af9b152f53c6e5.tar.gz
rumba-e174aaf3650c23331c757921b1af9b152f53c6e5.zip
storyboard: add replayability
implements #27
Diffstat (limited to 'rumba/utils.py')
-rw-r--r--rumba/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/utils.py b/rumba/utils.py
index 33ba71c..a522e94 100644
--- a/rumba/utils.py
+++ b/rumba/utils.py
@@ -176,7 +176,7 @@ class ExperimentManager(object):
if do_swap_out:
self.experiment.swap_out()
if exc_val is not None:
- logger.error('Something went wrong during swap out. '
+ logger.error('Something went wrong. '
'Got %s: %s',
type(exc_val).__name__, str(exc_val))
logger.debug('Exception details:', exc_info=exc_val)