mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
Merge pull request #1 from netbox-community/develop
Merge upstream changes
This commit is contained in:
commit
f19d650412
@ -45,6 +45,9 @@ def read_configurations(config_module, config_dir, main_config):
|
||||
if not f.name.endswith(".py"):
|
||||
continue
|
||||
|
||||
if f.name == f"{main_config}.py":
|
||||
continue
|
||||
|
||||
if f.name == f"{config_dir}.py":
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user