Skip to content

Commit 1de1913

Browse files
committed
Test remnant
1 parent 4709a72 commit 1de1913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

magic/loader.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def _lib_candidates_macos():
5252

5353
def _lib_candidates_windows():
5454
"""Yield possible libmagic library names on Windows."""
55-
os.environ['PATH'] = here + os.pathsep + os.environ['PATH'] # for DLLs in site-packages
5655
fnames = (
5756
"libmagic",
5857
"magic1",

0 commit comments

Comments
 (0)