Skip to content

Commit f975cd0

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

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
@@ -15,7 +15,7 @@ def enumerate_toml_files():
1515
for current_file in all_files:
1616
if (
1717
not current_file.startswith("._")
18-
and not current_file.endswith(".toml")
18+
and current_file.endswith(".toml")
1919
and current_file != "settings.toml"
2020
):
2121
found_files.append(SETTINGS_FOLDER + current_file)

0 commit comments

Comments
 (0)