Skip to content

Commit b380f2f

Browse files
committed
fix pep8 error
Change-Id: Ic9fcd36276910cc85c4941c1712a4f90e0e08831
1 parent 4a6aab0 commit b380f2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtualenvwrapper/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def post_activate_source(args):
5454
#
5555
# Change to the project directory, as long as we haven't been told not to.
5656
#
57-
[ -f "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME" -a "$VIRTUALENVWRAPPER_PROJECT_CD" = 1 ] && \
57+
[ -f "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME" \
58+
-a "$VIRTUALENVWRAPPER_PROJECT_CD" = 1 ] && \
5859
virtualenvwrapper_cd \
5960
"$(cat \"$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME\")"
6061
"""

0 commit comments

Comments
 (0)