We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f84e29 commit 3abcae9Copy full SHA for 3abcae9
lib_path/lib_path.py
@@ -370,7 +370,6 @@ def get_absolute_dirname(path: str) -> str:
370
def chdir_to_path_of_file(path: str) -> None:
371
"""
372
>>> save_dir = get_current_dir()
373
- >>> path
374
>>> test_file = strip_and_replace_backslashes(str(__file__)).rsplit('/lib_path/', 1)[0] + '/tests/test_a/file_test_a_1.txt'
375
>>> chdir_to_path_of_file(test_file)
376
>>> cur_dir = get_current_dir()
0 commit comments