Skip to content

Commit bb358db

Browse files
Update Web_Workflow_Quickstart/env.py
Co-authored-by: Dan Halbert <[email protected]>
1 parent e795464 commit bb358db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web_Workflow_Quickstart/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def change_toml_file(toml_file):
5757
print("You can't change the env file with this script while USB is mounted")
5858

5959

60-
# Return a prettier name than the env file
60+
# Return a prettier name than the toml filename
6161
def pretty_name(toml_file):
6262
name = toml_file.rsplit("/", 1)[1]
6363
name = name[:-5]

0 commit comments

Comments
 (0)