From: Zachary Vance Date: Wed, 3 Jul 2024 17:25:51 +0000 (-0400) Subject: Don't make __pycache__ X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=288912f50b2eb38667bf6fd3259f02c2dda311ba;p=blog.git Don't make __pycache__ --- diff --git a/blog b/blog index 43a778e..79ad20c 100755 --- 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