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
Describe the bug
Using the pygadm import, I tried to call all of the admin 0 boundaries for countries. admin codes IND and CHN returned this error: "Error occurred: Must have equal len keys and value when setting with an iterable"
To Reproduce
Steps to reproduce the behavior:
open a new python script
type in pygadm.Items(admin="IND", content_level=-1 )
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the pygadm import, I tried to call all of the admin 0 boundaries for countries. admin codes IND and CHN returned this error: "Error occurred: Must have equal len keys and value when setting with an iterable"
To Reproduce
Steps to reproduce the behavior:
pygadm.Items(admin="IND", content_level=-1 )
The text was updated successfully, but these errors were encountered: