Skip to content

Commit a4a0949

Browse files
committed
fix typo
1 parent 04cc1cb commit a4a0949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/add_camera_exif.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def execute(self, context):
161161
try:
162162
x, y = reprojPt(4326, geoscn.crs, lon, lat)
163163
except Exception as e:
164-
log.erro("Reprojection fails", exc_info=True)
164+
log.error("Reprojection fails", exc_info=True)
165165
self.report({'ERROR'},"Reprojection error. Check logs for more infos.")
166166
return {'CANCELLED'}
167167

0 commit comments

Comments
 (0)