Skip to content

Commit 529d5ed

Browse files
committed
setup revise
Signed-off-by: hkkim <[email protected]>
1 parent 90eeda5 commit 529d5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def setup_test_result_dir_and_teardown():
1515
print("==============setup==============")
1616
for dir in remove_directories:
17-
if os.path exists(dir):
17+
if os.path.exists(dir):
1818
shutil.rmtree(dir)
1919

2020
yield

0 commit comments

Comments
 (0)