FEM: Fix invalid stdout/stderr variable names

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-07-27 16:55:24 +01:00 committed by Yorik van Havre
parent 2475be5fa1
commit b85c4430bd

View File

@ -223,10 +223,10 @@ class FemTools(QtCore.QRunnable, QtCore.QObject):
if ret_code or self.ccx_stderr:
print "Analysis failed with exit code {}".format(ret_code)
print "--------start of stderr-------"
print self.stderr
print self.ccx_stderr
print "--------end of stderr---------"
print "--------start of stdout-------"
print self.stdout
print self.ccx_stdout
print "--------end of stdout---------"
## returns minimum, average and maximum value for provided result type