Skip to content

Commit

Permalink
update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
icoxfog417 committed Mar 18, 2020
1 parent f4d00b6 commit 08e5365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/edinet/reader/aspects/test_finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def test_bs_ifrs(self):

def test_pl_ifrs(self):
pl = self.reader.extract(Finance).pl(ifrs=True)
# pl.to_csv("pl_ifrs.csv", index=False, encoding="shift_jis")
pl.to_csv("pl_ifrs.csv", index=False, encoding="shift_jis")
self.assertTrue(pl is not None)
self.assertGreater(len(pl), 0)
1 change: 1 addition & 0 deletions xbrr/edinet/reader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def read_value(reader, target, label_kind, label_verbose):
# label is aquired by schema
if not k.endswith("label"):
_item[k] = value[k]
_item["name"] = element.name

results.append(_item)
return results
Expand Down

0 comments on commit 08e5365

Please sign in to comment.