From 9a77f1d2e9e3d3fe5d2bcf43410da0f30c3b42a5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Feb 2019 13:37:42 -0500 Subject: [PATCH] This default is also not necessary. --- integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/conftest.py b/integration/conftest.py index ff5cb7387..fd9e4d8b9 100644 --- a/integration/conftest.py +++ b/integration/conftest.py @@ -61,7 +61,7 @@ def temp_dir(request): # I'm leaving this in and always calling it so that the tempdir # path is (also) printed out near the end of the run def cleanup(): - if request.config.getoption('keep', True): + if request.config.getoption('keep'): print("Keeping tempdir '{}'".format(tmp)) else: try: