From e174aaf3650c23331c757921b1af9b152f53c6e5 Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Thu, 22 Feb 2018 10:18:10 +0100 Subject: storyboard: add replayability implements #27 --- rumba/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/utils.py') 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) -- cgit v1.2.3