Skip to content

Commit

Permalink
FEM: Make CalculiX execute error message red
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 9, 2015
1 parent fbbc9e2 commit b149ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -271,9 +271,9 @@ def UpdateText(self):
self.form.label_Time.setText('Time: {0:4.1f}: '.format(time.time() - self.Start) )

def calculixError(self, error):
print "Error()",error
self.femConsoleMessage("CalculiX execute error: {}".format(error))
print "Error()", error
self.femConsoleMessage("CalculiX execute error: {}".format(error), "#FF0000")

def calculixStarted(self):
print "calculixStarted()"
print self.Calculix.state()
Expand Down

0 comments on commit b149ba0

Please sign in to comment.