shell: this appears to be wrong

This commit is contained in:
2017-12-08 13:01:06 -05:00
parent 8b378a70e7
commit ecbb38640e
+1 -1
View File
@@ -2178,7 +2178,7 @@ def shell(three=None, python=False, fancy=False, shell_args=None, anyway=False):
sys.exit(1)
# Ensure that virtualenv is available.
ensure_project(three=three, python=python, validate=False)
# ensure_project(three=three, python=python, validate=False)
# Load .env file.
load_dot_env()