allow for multi-level setup subdirectory depth
This commit is contained in:
parent
8704fed7f1
commit
08af4bbcb0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def choose_action():
|
|||
s.removeprefix(f"{content_dir}/src/setup/"),
|
||||
s,
|
||||
).name}"""
|
||||
for s in glob(f"{content_dir}/src/setup/**/*.py")
|
||||
for s in glob(f"{content_dir}/src/setup/**/*.py", recursive=True)
|
||||
if "__init__.py" not in s
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue