Browse Source

Remove duplicate getLogger

pull/304/merge
Simon Conseil 6 years ago
parent
commit
2cb558f4b4
  1. 1
      sigal/image.py

1
sigal/image.py

@ -234,7 +234,6 @@ def get_exif_data(filename):
data['GPSInfo'] = {GPSTAGS.get(tag, tag): value
for tag, value in data['GPSInfo'].items()}
except AttributeError:
logger = logging.getLogger(__name__)
logger.info('Failed to get GPS Info')
del data['GPSInfo']
return data

Loading…
Cancel
Save