We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfd592 commit 94c47a5Copy full SHA for 94c47a5
css-html-js-minify.py
@@ -1206,6 +1206,7 @@ def make_root_check_and_encoding_debug():
1206
log.debug("PYTHONIOENCODING Encoding: {0}.".format(
1207
os.environ.get("PYTHONIOENCODING", None)))
1208
os.environ["PYTHONIOENCODING"] = "utf-8"
1209
+ sys.dont_write_bytecode = True
1210
if not sys.platform.startswith("win"): # root check
1211
if not os.geteuid():
1212
log.critical("Runing as root is not Recommended,NOT Run as root!.")
0 commit comments