Comment how we will handle subdirectory stuff

This commit is contained in:
benjamin melançon 2024-06-24 09:47:11 -04:00
parent 6c5772ab9d
commit 1fc7fe6e90

View file

@ -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