Skip to content

Commit

Permalink
fix: update autpo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 5, 2019
1 parent e26bc35 commit f1dd51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbsntransform/classes/shared_structure_proto_lbsndb.py
Expand Up @@ -76,6 +76,7 @@ def get_header_for_type(desc_name):
return dict_switcher.get(desc_name)

def func_prepare_selector(self, record):
"""Select correct prepare function according to record type"""
dict_switcher = {
lbsnCountry().DESCRIPTOR.name: self.prepare_lbsn_country,
lbsnCity().DESCRIPTOR.name: self.prepare_lbsn_city,
Expand Down

0 comments on commit f1dd51d

Please sign in to comment.