Update Web_Workflow_Quickstart/env.py
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
bb358db381
commit
f975cd084b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue