diff --git a/__init__.py b/__init__.py index 25892975e..38846e82d 100644 --- a/__init__.py +++ b/__init__.py @@ -143,7 +143,7 @@ GUI may use tools->language labels setting to override system language for labels """ -VERSION = '3.24.2' +VERSION = '3.24.2.u1' from collections import defaultdict from arelle import PythonUtil @@ -1209,7 +1209,7 @@ def copyResourceToReportFolder(filename): hasEditedCont = True if removableUnits: # check for orphaned units for e in ixdsHtmlRootElt.iter("{http://www.xbrl.org/2003/instance}unit"): - if e in removableUnits and not any((f.id not in redactTgtElts) for f in modelXbrl.facts and f.id not in redactTgtElts and isinstance(f, ModelFact) and f.unit == e): + if e in removableUnits and not any((f.id not in redactTgtElts) for f in modelXbrl.facts if f.id not in redactTgtElts and isinstance(f, ModelFact) and f.unit == e): e.getparent().remove(e) # remove this context e.modelXbrl.units.pop(e.id, None) hasEditedCont = True diff --git a/ix b/ix index 48b1dbc07..60a5591c5 100644 --- a/ix +++ b/ix @@ -3,6 +3,9 @@ + diff --git a/ix-for-sec-website b/ix-for-sec-website new file mode 100755 index 000000000..59c956570 --- /dev/null +++ b/ix-for-sec-website @@ -0,0 +1,121 @@ + + + + + + + + + + XBRL Viewer + + + + + +