a minor py3 fix

This commit is contained in:
easyw
2018-12-11 10:38:47 +01:00
committed by Yorik van Havre
parent 0b6bd3c2ae
commit 0577783b8e

View File

@@ -125,7 +125,7 @@ class Solve(run.Solve):
def _updateOutput(self, output):
if self.solver.ElmerOutput is None:
self._createOutput()
self.solver.ElmerOutput.Text = output
self.solver.ElmerOutput.Text = output.decode("utf-8")
def _createOutput(self):
self.solver.ElmerOutput = self.analysis.Document.addObject(