mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Fix crash when launching SurfOpt plugin with Qt5.
This commit is contained in:
parent
ab2525d905
commit
65b30f865b
@ -108,7 +108,7 @@ class MonViewText(Ui_ViewExe, QDialog):
|
||||
|
||||
def readFromStdOut(self) :
|
||||
a=self.monExe.readAllStandardOutput()
|
||||
aa=unicode(a.data(),len(a))
|
||||
aa=unicode(a.data())
|
||||
self.TB_Exe.append(aa)
|
||||
if "END_OF_MGSurfOpt" in aa:
|
||||
self.parent().enregistreResultat()
|
||||
|
Loading…
Reference in New Issue
Block a user