Comment how we will handle subdirectory stuff
This commit is contained in:
parent
6c5772ab9d
commit
1fc7fe6e90
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ def rewrite_file(filepath):
|
||||||
w.write("title:: " + title + "\n")
|
w.write("title:: " + title + "\n")
|
||||||
w.write("\n")
|
w.write("\n")
|
||||||
continue
|
continue
|
||||||
|
# Types of postable-posted, email-draft, email-sent set when running this for each subdirectory
|
||||||
|
# w.write("type:: postable-draft\n")
|
||||||
if (i > 5 and line == "\"\"\"\n"):
|
if (i > 5 and line == "\"\"\"\n"):
|
||||||
if (in_block == False):
|
if (in_block == False):
|
||||||
in_block = True
|
in_block = True
|
||||||
|
|
Loading…
Reference in a new issue