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
Just a quick mention here to record this issue I ran into with CKAN 2.10 / ckanext0cloudstorage master.
Python 2 style urlparse is used here could be replaced by from urllib.parse import urljoin and used here as urljoin.
Bonus points for imports supporting both urllib and urlparse :-)
The text was updated successfully, but these errors were encountered:
Just a quick mention here to record this issue I ran into with CKAN 2.10 / ckanext0cloudstorage master.
Python 2 style
urlparse
is used here could be replaced byfrom urllib.parse import urljoin
and used here asurljoin
.Bonus points for imports supporting both urllib and urlparse :-)
The text was updated successfully, but these errors were encountered: