Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3eaafb

Browse filesBrowse files
authored
Merge pull request #4749 from pallets/shell-env
remove env from shell banner
2 parents a0458ef + e3df233 commit e3eaafb
Copy full SHA for e3eaafb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/flask/cli.py

Copy file name to clipboardExpand all lines: src/flask/cli.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.