Skip to content

Commit d0b77ed

Browse files
author
d.kovalenko
committed
TestServices.py is updated [black]
1 parent b46595c commit d0b77ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestServices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def CleanTestTmpDirBeforeExit(request: pytest.FixtureRequest):
7676

7777
if not os.path.exists(tmpDir):
7878
return
79-
79+
8080
logging.info("Tmp directory [{0}] is deleting...".format(tmpDir))
8181
shutil.rmtree(tmpDir)
8282
assert not os.path.exists(tmpDir)

0 commit comments

Comments
 (0)