Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jpn--/larch
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Feb 1, 2017
2 parents d7263bc + f0d0550 commit a99ccc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/dt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,8 @@ def info(self, extra=None, relative_paths=True):
a.set_jrow_loc(rownum, 'ORIGINAL_SOURCE', str(path_candidate))
else:
a.set_jrow_loc(rownum, 'ORIGINAL_SOURCE', str(the_node._v_attrs.ORIGINAL_SOURCE))
else:
a.set_jrow_loc(rownum, 'ORIGINAL_SOURCE', '.')
if 'TITLE' in extra:
if 'TITLE' in the_node._v_attrs:
a.set_jrow_loc(rownum, 'TITLE', the_node._v_attrs.TITLE)
Expand Down

0 comments on commit a99ccc1

Please sign in to comment.