Syncing latest changes between public/private.

This commit is contained in:
Eric Froemling 2020-03-28 12:22:53 -07:00
parent af3f517a4b
commit c4dd59616b

View File

@ -429,7 +429,8 @@ def compile_python_files() -> None:
loading speed hits due to hash checks. (see PEP 552).
We just need to tell modders that they'll need to clear these
cache files out or turn on debugging mode if they want to tweak
the built-in scripts.
the built-in scripts directly (or go through the asset build system which
properly recreates the .pyc files).
"""
import py_compile
for arg in sys.argv[2:]: