Skip to content

Commit

Permalink
fix: correct lbsn reference for LBSN mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 19, 2020
1 parent 9496986 commit dcd096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbsntransform/input/mappings/field_mapping_lbsn.py
Expand Up @@ -77,7 +77,7 @@ def __init__(self,
# globally
# this OriginID is required for all CompositeKeys
origin = lbsn.Origin()
origin.origin_id = lbsn.Origin.UNKNOWN
origin.origin_id = lbsn.Origin.LBSN
self.origin = origin
self.null_island = 0
# this is where all the data will be stored
Expand Down

0 comments on commit dcd096e

Please sign in to comment.