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 4a6aab0 commit b380f2fCopy full SHA for b380f2f
virtualenvwrapper/project.py
@@ -54,7 +54,8 @@ def post_activate_source(args):
54
#
55
# Change to the project directory, as long as we haven't been told not to.
56
57
-[ -f "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME" -a "$VIRTUALENVWRAPPER_PROJECT_CD" = 1 ] && \
+[ -f "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME" \
58
+ -a "$VIRTUALENVWRAPPER_PROJECT_CD" = 1 ] && \
59
virtualenvwrapper_cd \
60
"$(cat \"$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME\")"
61
"""
0 commit comments