diff --git a/bin/deepstate/common.py b/bin/deepstate/common.py index bdb3c5e..0004514 100644 --- a/bin/deepstate/common.py +++ b/bin/deepstate/common.py @@ -378,7 +378,7 @@ class DeepState(object): if not passing: LOGGER.info("Saved test case in file {}".format(test_file)) else: - LOGGER.trace("Saved test case in file {}}".format(test_file)) + LOGGER.trace("Saved test case in file {}".format(test_file)) def report(self): """Report on the pass/fail status of a test case, and dump its log."""