Skip to content

Commit

Permalink
Merge pull request #22 from SEKOIA-IO/debug_msg_for_extended_conf
Browse files Browse the repository at this point in the history
Add debug msg for additional conf
  • Loading branch information
penhouetp authored Apr 4, 2024
2 parents ec21048 + 22b3a7f commit deed81d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@
f.write(config)
i=i+1

# Check additional conf
for file in os.listdir("/extended_conf/"):
if file.endswith(".conf"):
print("Detected an additonal intake defined in file {}".format(file))

0 comments on commit deed81d

Please sign in to comment.