Commit aabd64d8 authored by Mario Chirinos's avatar Mario Chirinos

empty dir fix

parent 067d4f23
......@@ -22,7 +22,7 @@ def main(argv):
for path in glob.glob(f'{rootdir}/*/'):
if not os.path.exists(path+'settings.json'):
logfile.write("\t configuration file not found.\n")
logfile.write("\t configuration file <"+path+"settings.json> not found.\n")
continue
with open(path+'settings.json') as json_file:
cfg = json.load(json_file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment