fix in NextGenerator
This commit is contained in:
parent
1db499ae38
commit
968f21ae2c
@ -129,7 +129,6 @@ class NextGenerator(inkex.base.TempDirMixin, inkex.base.InkscapeExtension):
|
|||||||
self.debug(_("Inkscape returned the following output when trying to run the file export; the file export may still have worked:"))
|
self.debug(_("Inkscape returned the following output when trying to run the file export; the file export may still have worked:"))
|
||||||
self.debug(cli_output)
|
self.debug(cli_output)
|
||||||
return False
|
return False
|
||||||
return True
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def load(self, stream):
|
def load(self, stream):
|
||||||
|
Reference in New Issue
Block a user