We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2ca54 commit 4c4b37dCopy full SHA for 4c4b37d
igor.py
@@ -65,7 +65,7 @@ def remove_extension(core, *args):
65
tracer.*.pyd
66
""".split()
67
68
- if "--from-install" in args:
+ if 1: # "--from-install" in args:
69
# Get the install location using a subprocess to avoid
70
# locking the file we are about to delete
71
root = os.path.dirname(
0 commit comments