修复/tmp问题

This commit is contained in:
2024-07-21 17:49:45 +08:00
parent 6ac4a191ca
commit 7a175c957a
4 changed files with 9 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ if sys.version_info[1] < 6:
PythonLower()
TMPDIR = os.getenv("TMPDIR")
if (TMPDIR == None):
TMPDIR = ""
###################
# 程序所需事件