Some fix for Bouwkamp Code generator
This commit is contained in:
parent
ad5e3886ba
commit
cb1dbf59a3
@ -73,7 +73,7 @@ class BouwkampCodeExtension(inkex.Effect):
|
|||||||
try:
|
try:
|
||||||
self.exception_on_invalid_bouwkamp_code(bouwkamp_code)
|
self.exception_on_invalid_bouwkamp_code(bouwkamp_code)
|
||||||
except ValueError as exception:
|
except ValueError as exception:
|
||||||
inkex.errormsg(_(exception.message))
|
inkex.errormsg(_(str(exception)))
|
||||||
return
|
return
|
||||||
|
|
||||||
# draw the bouwkamp code
|
# draw the bouwkamp code
|
||||||
|
Reference in New Issue
Block a user