Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'identifierTyp' is not defined #48

Closed
data-biodiversity-aq opened this issue Jan 25, 2019 · 2 comments
Closed

NameError: name 'identifierTyp' is not defined #48

data-biodiversity-aq opened this issue Jan 25, 2019 · 2 comments
Labels
Milestone

Comments

@data-biodiversity-aq
Copy link

data-biodiversity-aq commented Jan 25, 2019

Hello, just wanna report a possible typo in the library:

Version:
Python 3.6.2
pygbif 0.2.0

How to reproduce:

from pygbif import registry
registry.installations(data='dataset', uuid='1cbabffe-9073-4007-ba1e-40ebcda6e302')

Trackback:

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "foo/bar/python3.6/site-packages/pygbif/registry/installations.py", line 41, in installations
    'identifierType': identifierTyp}
NameError: name 'identifierTyp' is not defined

Thank you so much.

@sckott
Copy link
Collaborator

sckott commented Jan 25, 2019

thanks for the report @data-biodiversity-aq 👌

I'll have a look

@sckott sckott added the bug label Jan 25, 2019
@sckott sckott added this to the v0.3 milestone Jan 25, 2019
@sckott sckott closed this as completed in 237cc57 Jan 25, 2019
@sckott
Copy link
Collaborator

sckott commented Jan 25, 2019

reinstall from github, should work now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants