You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set tempfile.tempdir instead of environment variables
Use tempfile.tempdir directly instead of TEMP/TMP environment
variables. The tempfile module caches the temp directory, so setting
env vars after it's imported doesn't work. Setting tempfile.tempdir
forces it to use the video directory even if already imported.
0 commit comments