Skip to content

Commit

Permalink
update openpyxl and DQC_0008 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbross-wf authored and davidtauriello committed Nov 30, 2017
1 parent 7806027 commit 9dd2d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dqc_us_rules/dqc_us_0008.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ def _run_checks(val):
:rtype: None
"""
errors = _find_errors(val)
if not errors:
return
for error in errors:
val.modelXbrl.error(
'{base_key}.{extension_key}'.format(
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ nose==1.3.4
mock==1.0.1
flake8==2.5.4
isodate==0.5.4
openpyxl==2.3.3

-r requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
openpyxl==2.3.3
-e git+https://git@github.com/arelle/arelle.git@master#egg=Arelle-dev

0 comments on commit 9dd2d40

Please sign in to comment.