]> git.za3k.com Git - blog.git/commitdiff
Don't make __pycache__
authorZachary Vance <za3k@za3k.com>
Wed, 3 Jul 2024 17:25:51 +0000 (13:25 -0400)
committerZachary Vance <za3k@za3k.com>
Wed, 3 Jul 2024 17:25:51 +0000 (13:25 -0400)
blog

diff --git a/blog b/blog
index 43a778e7e6fe65241fc43d47547fbb52abf8db0a..79ad20cfbbd59d170e77245f0b3e708bb3a4e786 100755 (executable)
--- a/blog
+++ b/blog
@@ -14,13 +14,15 @@ not documented.
 Other than that I think it's pretty nice!
 """
 
+import sys
+sys.dont_write_bytecode = True
+
 import argparse
 import chevron as mustache
 import collections
 import math
 import collections
 import os, os.path
-import sys
 import yaml
 
 from pathlib import Path