You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the trap from virtualenvwrapper_tempfile; the function is called in
a command substitution, so the trap fires immediately to remove the file.
There are ways to accomplish this, but they're complex and the caller is
already explicitly rm'ing the file.
diff --git a/virtualenvwrapper.sh b/virtualenvwrapper.sh
--- a/virtualenvwrapper.sh
+++ b/virtualenvwrapper.sh
@@ -130,25 +130,24 @@ function virtualenvwrapper_verify_workon
function virtualenvwrapper_tempfile {
0 commit comments