Update Web_Workflow_Quickstart/env.py

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Melissa LeBlanc-Williams 2022-12-22 14:03:06 -08:00 committed by GitHub
parent bb358db381
commit f975cd084b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ def enumerate_toml_files():
for current_file in all_files:
if (
not current_file.startswith("._")
and not current_file.endswith(".toml")
and current_file.endswith(".toml")
and current_file != "settings.toml"
):
found_files.append(SETTINGS_FOLDER + current_file)