Skip to content
Snippets Groups Projects
Commit 92d4c58c authored by Francois Henrotte's avatar Francois Henrotte
Browse files

minor change

parent 04694f04
No related branches found
No related tags found
No related merge requests found
...@@ -468,8 +468,7 @@ class client : ...@@ -468,8 +468,7 @@ class client :
if self.action == 'compute': if self.action == 'compute':
self.setChanged(name, False) self.setChanged(name, False)
else : else :
self._send(self._GMSH_WARNING, self._send(self._GMSH_ERROR, 'error \"' + ' '.join(argv) + '\"')
'Error report in ' + self.name + '_stderr.log')
sys.exit(1) sys.exit(1)
def copy(self, here, there): def copy(self, here, there):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment