This default is also not necessary.

This commit is contained in:
Jean-Paul Calderone 2019-02-15 13:37:42 -05:00
parent 7226fedd9c
commit 9a77f1d2e9

View File

@ -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: