Skip to content

Commit 4c4b37d

Browse files
committed
always use a subprocess to find the file to delete
1 parent ad2ca54 commit 4c4b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

igor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def remove_extension(core, *args):
6565
tracer.*.pyd
6666
""".split()
6767

68-
if "--from-install" in args:
68+
if 1: # "--from-install" in args:
6969
# Get the install location using a subprocess to avoid
7070
# locking the file we are about to delete
7171
root = os.path.dirname(

0 commit comments

Comments
 (0)