We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
A small one - but the Concept class defines an attribute called concept_type but parse_taxonomy() sets type instead.
Concept
concept_type
parse_taxonomy()
type
Happy to submit a PR but unsure of whether to converge on concept_type or type.
py-xbrl/xbrl/taxonomy.py
Line 477 in 16c555c
Lines 676 to 677 in 16c555c
The text was updated successfully, but these errors were encountered:
Additionally, concept.type defaults to False but possibly should default to None.
concept.type
False
None
Sorry, something went wrong.
Fix concept type (manusimidt#153)
2d8ab0e
Merge pull request #154 from rossbowen/fix-concept-type
ba95dff
Fix concept type (#153)
No branches or pull requests
Describe the bug
A small one - but the
Concept
class defines an attribute calledconcept_type
butparse_taxonomy()
setstype
instead.Happy to submit a PR but unsure of whether to converge on
concept_type
ortype
.py-xbrl/xbrl/taxonomy.py
Line 477 in 16c555c
py-xbrl/xbrl/taxonomy.py
Lines 676 to 677 in 16c555c
The text was updated successfully, but these errors were encountered: