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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead
DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead (IDFGH-4364)
Dec 3, 2020
For when you get around to Python 3.9 support.
esp-idf/tools/idf_tools.py
Line 308 in 178b122
idf_tools.py:308: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead
url_type, path = splittype(url)
is the current code.You may also ned to join netloc and path if its a file.
The text was updated successfully, but these errors were encountered: