From c4dd59616b21e3485502f22a0934c0fe91472e58 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 28 Mar 2020 12:22:53 -0700 Subject: [PATCH] Syncing latest changes between public/private. --- tools/efrotools/snippets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/efrotools/snippets.py b/tools/efrotools/snippets.py index fe5fb075..d4f982c3 100644 --- a/tools/efrotools/snippets.py +++ b/tools/efrotools/snippets.py @@ -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:]: