From dec77fd926f12ed9e489c7c771afb9b517676351 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 3 Jan 2019 12:03:25 -0700 Subject: [PATCH] more quiet --- bin/deepstate/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""