Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tzu-ping Chung <[email protected]>
  • Loading branch information
dukecat0 and uranusjr authored Jun 28, 2023
1 parent d859de2 commit 9041514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def utils_temp_dir(tmp_path_factory):
for util in utils:
util_path = Path(shutil.which(util))
try:
Path(tmp_path / util_path.name).symlink_to(util_path)
(tmp_path / util_path.name).symlink_to(util_path)
except FileExistsError:
pass
return tmp_path
Expand Down

0 comments on commit 9041514

Please sign in to comment.