mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
small syntax fix for a comment
This commit is contained in:
@@ -36,5 +36,5 @@ if PIPENV_VENV_IN_PROJECT:
|
||||
if os.name == 'nt':
|
||||
PIPENV_NOSPIN = True
|
||||
|
||||
#Tells pipenv how long to wait for virtualenvs to be created in seconds
|
||||
# Tells pipenv how long to wait for virtualenvs to be created in seconds
|
||||
PIPENV_TIMEOUT = os.environ.get('PIPENV_TIMEOUT') or 120
|
||||
|
||||
Reference in New Issue
Block a user