meta-pages #1

Merged
raspbeguy merged 10 commits from meta-pages into master 2020-12-03 21:43:18 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0381920b95 - Show all commits

View File

@ -117,7 +117,7 @@ for dirname, subdirlist, mdlist in os.walk('.'):
"filename": gmifile "filename": gmifile
}) })
print(gmi_subpath+"/"+gmifile) print(gmi_subpath+"/"+gmifile)
with open(gmi_subpath+"/"+gmifile, 'w') as gmi: with open(gmi_subpath+"/"+gmifile, 'w') as gmi:
gmi.write(gmitext) gmi.write(gmitext)