Cleanup: correct comment, remove unused variable
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# ./blender.bin --background --factory-startup --python tests/python/bl_tempfile.py -- --verbose
|
||||
# ./blender.bin --background --factory-startup --python tests/python/bl_pyapi_bpy_app_tempdir.py -- --verbose
|
||||
|
||||
# NOTE(ideasman42):
|
||||
#
|
||||
@@ -41,8 +41,6 @@ TEMP_ENV = "TEMP" if is_win32 else "TMPDIR"
|
||||
if os.environ.get("TMP") is not None:
|
||||
del os.environ["TMP"]
|
||||
|
||||
BASE_DIR = ""
|
||||
|
||||
|
||||
def system_temp_set(path: str) -> None:
|
||||
os.environ[TEMP_ENV] = path
|
||||
|
||||
Reference in New Issue
Block a user