fix in NextGenerator

This commit is contained in:
Mario Voigt 2021-02-01 07:26:29 +01:00
parent 1db499ae38
commit 968f21ae2c
1 changed files with 0 additions and 1 deletions

View File

@ -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(cli_output)
return False
return True
return True
def load(self, stream):