mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Avoid having this line crammed onto the end of a line of pytest output
This commit is contained in:
parent
845e1e7a4a
commit
7226fedd9c
@ -56,7 +56,7 @@ def temp_dir(request):
|
||||
"""
|
||||
tmp = mkdtemp(prefix="tahoe")
|
||||
if request.config.getoption('keep'):
|
||||
print("Will retain tempdir '{}'".format(tmp))
|
||||
print("\nWill retain tempdir '{}'".format(tmp))
|
||||
|
||||
# I'm leaving this in and always calling it so that the tempdir
|
||||
# path is (also) printed out near the end of the run
|
||||
|
Loading…
x
Reference in New Issue
Block a user