From c1cb75b12ab86d45971600c0c842ea36dbcb9444 Mon Sep 17 00:00:00 2001 From: liutao <821580467@qq.com> Date: Fri, 25 Jul 2025 17:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=89=93=E5=8C=85=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=89=93=E5=8C=85=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tool/py_tools/PreHandle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tool/py_tools/PreHandle.py b/Tool/py_tools/PreHandle.py index 7561db9ed9d..904c174190a 100644 --- a/Tool/py_tools/PreHandle.py +++ b/Tool/py_tools/PreHandle.py @@ -146,7 +146,7 @@ def CopyAssets(srcAssetPath, targetAssetPath): if not os.path.exists(targetAssetPath): try: os.makedirs(targetAssetPath) - print(f"Created target asset path: {targetAssetPath}") + # print(f"Created target asset path: {targetAssetPath}") except OSError as e: print(f"Error: Failed to create directory '{targetAssetPath}': {e}") sys.exit(12) @@ -182,7 +182,7 @@ def CopyAssets(srcAssetPath, targetAssetPath): print(f"Error: Failed to list directory '{srcAssetPath}': {e}") sys.exit(14) - print(f"Assets copied successfully from '{srcAssetPath}' to '{targetAssetPath}'") + # print(f"Assets copied successfully from '{srcAssetPath}' to '{targetAssetPath}'") if __name__ == "__main__": main() \ No newline at end of file