Skip to content

Commit 3abcae9

Browse files
committed
initial
1 parent 2f84e29 commit 3abcae9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib_path/lib_path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ def get_absolute_dirname(path: str) -> str:
370370
def chdir_to_path_of_file(path: str) -> None:
371371
"""
372372
>>> save_dir = get_current_dir()
373-
>>> path
374373
>>> test_file = strip_and_replace_backslashes(str(__file__)).rsplit('/lib_path/', 1)[0] + '/tests/test_a/file_test_a_1.txt'
375374
>>> chdir_to_path_of_file(test_file)
376375
>>> cur_dir = get_current_dir()

0 commit comments

Comments
 (0)