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
Since downloaded zip files are simply a means to unpacking them, the download step should use os.CreateTemp() rather than relying on saving directly to a user defined directory or the /tmp directory. This should help with cross compatibility.
The text was updated successfully, but these errors were encountered:
Description
Since downloaded zip files are simply a means to unpacking them, the download step should use
os.CreateTemp()
rather than relying on saving directly to a user defined directory or the/tmp
directory. This should help with cross compatibility.The text was updated successfully, but these errors were encountered: