removed unrequired translation from triangulation

This commit is contained in:
leyghisbb 2020-08-30 11:30:01 +02:00
parent 4c9554b3e7
commit 7a824ff6da

View File

@ -71,7 +71,7 @@ class Triangulation(inkex.Effect):
path = node.get('sodipodi:absref', path) path = node.get('sodipodi:absref', path)
if not os.path.isfile(path): if not os.path.isfile(path):
inkex.errormsg(_('File not found "{}". Unable to embed image.').format(path)) inkex.errormsg('File not found "{}". Unable to embed image.').format(path)
return return
if (os.path.isfile(path)): if (os.path.isfile(path)):