fix in NextGenerator
This commit is contained in:
parent
1db499ae38
commit
968f21ae2c
@ -130,7 +130,6 @@ class NextGenerator(inkex.base.TempDirMixin, inkex.base.InkscapeExtension):
|
|||||||
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):
|
||||||
return str(stream.read(), 'utf-8')
|
return str(stream.read(), 'utf-8')
|
||||||
|
Reference in New Issue
Block a user