Draft: small bugfix - issue #2162
This commit is contained in:
parent
2bc0826c77
commit
8c222a8c51
|
@ -1289,7 +1289,7 @@ def processdxf(document,filename,getShapes=False):
|
|||
d = rawValue(dim,50)
|
||||
if d: angle = float(d)
|
||||
else: angle = 0
|
||||
except ValueError:
|
||||
except (ValueError,TypeError):
|
||||
warn(dim)
|
||||
else:
|
||||
lay=locateLayer(layer)
|
||||
|
|
Loading…
Reference in New Issue
Block a user