Skip to content

Commit ec867f0

Browse files
committed
Import shp: minor fix logger)
1 parent 90064e2 commit ec867f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/io_import_shp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def execute(self, context):
533533
try:
534534
offset = float(record[extrudeFieldIdx])
535535
except Exception as e:
536-
log.waring('Cannot extract extrusion value for feature {} : {}'.format(i, e))
536+
log.warning('Cannot extract extrusion value for feature {} : {}'.format(i, e))
537537
offset = 0 #null values will be set to zero
538538

539539
#Iter over parts

0 commit comments

Comments
 (0)