Skip to content

Commit

Permalink
fix: auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 5, 2019
1 parent 28b493d commit a7df4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbsntransform/classes/shared_structure_proto_lbsndb.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def prepare_lbsn_user(self, record):
return prepared_record

def prepare_lbsn_usergroup(self, record):
"""Get common attributes for records of type Userroup"""
user_group_record = UsergroupAttrShared(record)
prepared_record = (user_group_record.origin_id,
user_group_record.guid,
Expand Down

0 comments on commit a7df4c5

Please sign in to comment.