From ae67887341ab3e10559282e4ba5dc2e6792e40c4 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sun, 10 Nov 2019 09:24:56 +1300 Subject: [PATCH] Don't write byte code --- cleanup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cleanup.py b/cleanup.py index 70c9ce29..3724844b 100644 --- a/cleanup.py +++ b/cleanup.py @@ -12,6 +12,8 @@ import subprocess import sys import shutil +sys.dont_write_bytecode = True + FOLDER_STRUCTURE = { 'libs': [ 'common',