Skip to content

Commit

Permalink
Fix missing node keyword
Browse files Browse the repository at this point in the history
LocAddr was declared but not included in the node dict.

Found by coverage.
  • Loading branch information
cvaroqui committed Jan 4, 2018
1 parent 47a1129 commit 1391f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nodedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ def __init__(self):
self += KeywordNodeLocCountry()
self += KeywordNodeLocCity()
self += KeywordNodeLocZip()
self += KeywordNodeLocAddr()
self += KeywordNodeLocBuilding()
self += KeywordNodeLocFloor()
self += KeywordNodeLocRoom()
Expand Down

0 comments on commit 1391f7f

Please sign in to comment.