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
A problem with the temporary file created from this was causing a failure. http://tinyurl.com/ycfs48vu
"Whether the name can be used to open the file a second time, while the named temporary file is still open, varies across platforms (it can be so used on Unix; it cannot on Windows NT or later)."
@adrianog: In theory only the command line helper should cause trouble on Windows, so I'd be curious which OS calls you stumbled on that were not supported.
A problem with the temporary file created from this was causing a failure.
http://tinyurl.com/ycfs48vu
"Whether the name can be used to open the file a second time, while the named temporary file is still open, varies across platforms (it can be so used on Unix; it cannot on Windows NT or later)."
Solution:
line 61 in hetzner\util\http.py:
The text was updated successfully, but these errors were encountered: