Skip to content

Commit

Permalink
fix: invalid call to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Nov 20, 2019
1 parent be93f9b commit ae16fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbsntransform/input/mappings/field_mapping_yfcc100m.py
Expand Up @@ -331,7 +331,7 @@ def process_place_record(place_record, origin):
lbsn_place_record = HF.new_lbsn_record_with_id(
lbsn.Place(), place_guid, origin)
else:
logging.getLogger('__main__').WARNING(
logging.getLogger('__main__').debug(
f'Could not assign place type {place_type_lw}\n'
f'found in place_record: {place_record}\n'
f'Will assign default "lbsn.Place"')
Expand Down

0 comments on commit ae16fd7

Please sign in to comment.