Update openpype/pipeline/tempdir.py

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-02-13 12:42:45 +01:00 committed by GitHub
parent 09dff1629d
commit 8daa8059cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ def create_custom_tempdir(project_name, anatomy=None):
anatomy (openpype.pipeline.Anatomy)[optional]: Anatomy object
Returns:
str | None: formated path or None
str | None: formatted path or None
"""
openpype_tempdir = os.getenv("OPENPYPE_TMPDIR")
if not openpype_tempdir: