This commit is contained in:
Colin Goutte 2021-11-14 21:11:41 +01:00
parent 94a19afacc
commit bac406c980
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def read_config(*, pattern="*"):
paths = []
for relpath in glob.glob(f"confs/{pattern}.ini"):
if "/api_client" in relpath:
logger.info("Found api client {relpath} to add")
logger.info(f"Found api client {relpath} to add")
paths.append(os.path.abspath(relpath))
res = []
for path in paths: