2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

chore: warning text improvement

highly opinionated improvement.
This commit is contained in:
Chinmay Pai 2020-03-31 00:32:30 +05:30 committed by GitHub
parent 5dd3f5ce12
commit 7f792a8603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ def cli():
change_uid()
if is_dist_editable("bench"):
log("bench is installed in editable mode!\n\nThis is not the recommended mode of install for production. Use the PYPI package using `pip install frappe-bench` instead\n", level=3)
log("bench is installed in editable mode!\n\nThis is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`\n", level=3)
if len(sys.argv) > 2 and sys.argv[1] == "frappe":
return old_frappe_cli()