fix fucking indentation
This commit is contained in:
parent
030b1c4cdb
commit
0381920b95
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue