Skip to content

Commit

Permalink
plungininlineXbrlDocumentSet.py: correct saving of tuple extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm Fischer authored and Herm Fischer committed Jun 15, 2015
1 parent 224d53e commit 5c03446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arelle/plugin/inlineXbrlDocumentSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def saveTargetDocument(modelXbrl, targetDocumentFilename, targetDocumentSchemaRe
modelXbrl.modelManager.showStatus(_("Creating and validating facts"))
newFactForOldObjId = {}
def createFacts(facts, parent):
for fact in modelXbrl.facts:
for fact in facts:
if fact.isItem:
attrs = {"contextRef": fact.contextID}
if fact.id:
Expand Down

0 comments on commit 5c03446

Please sign in to comment.