mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
This default is also not necessary.
This commit is contained in:
parent
7226fedd9c
commit
9a77f1d2e9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user