fix fucking indentation

This commit is contained in:
Guy Godfroy 2020-12-03 21:18:38 +01:00
parent 030b1c4cdb
commit 0381920b95
1 changed files with 1 additions and 1 deletions

View File

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