Skip to content

Commit

Permalink
Import shp: minor fix logger)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgrosso committed Nov 26, 2020
1 parent 90064e2 commit ec867f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/io_import_shp.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def execute(self, context):
try:
offset = float(record[extrudeFieldIdx])
except Exception as e:
log.waring('Cannot extract extrusion value for feature {} : {}'.format(i, e))
log.warning('Cannot extract extrusion value for feature {} : {}'.format(i, e))
offset = 0 #null values will be set to zero

#Iter over parts
Expand Down

0 comments on commit ec867f0

Please sign in to comment.