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

dataType can be a list in the Python library #136

Closed
marcenacp opened this issue Jul 17, 2023 · 1 comment
Closed

dataType can be a list in the Python library #136

marcenacp opened this issue Jul 17, 2023 · 1 comment

Comments

@marcenacp
Copy link
Contributor

There is a bug, when dataType is a list and the first element is not a base dataType (like sc:Text).

Example:

          "dataType": [
            "sc:Text",
            "wd:Q3985153"
          ],

wd:Q3985153 is taken into account, but not sc:Text.

@marcenacp marcenacp changed the title dataType can be a list dataType can be a list in the Python library Jul 18, 2023
@marcenacp
Copy link
Contributor Author

Done.

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

No branches or pull requests

1 participant