Skip to content

Commit e3eaafb

Browse files
authoredAug 5, 2022
Merge pull request #4749 from pallets/shell-env
remove env from shell banner
2 parents a0458ef + e3df233 commit e3eaafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/flask/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def shell_command() -> None:
954954

955955
banner = (
956956
f"Python {sys.version} on {sys.platform}\n"
957-
f"App: {current_app.import_name} [{current_app.env}]\n"
957+
f"App: {current_app.import_name}\n"
958958
f"Instance: {current_app.instance_path}"
959959
)
960960
ctx: dict = {}

0 commit comments

Comments
 (0)