Don't write byte code

This commit is contained in:
Clinton Hall 2019-11-10 09:24:56 +13:00 committed by GitHub
commit ae67887341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ import subprocess
import sys import sys
import shutil import shutil
sys.dont_write_bytecode = True
FOLDER_STRUCTURE = { FOLDER_STRUCTURE = {
'libs': [ 'libs': [
'common', 'common',