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

2 minor fixes

parent d1e6d326
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ bool gmshLocalNetworkClient::receiveMessage(gmshLocalNetworkClient *master)
outfile.close();
std::string reply = onelab::server::instance()->getChanged(c->getName()) ?
"changed" : "unchanged";
"true" : "false";
getGmshServer()->SendMessage
(GmshSocket::GMSH_OLPARSE, reply.size(), &reply[0]);
......
......@@ -469,7 +469,7 @@ class client :
else :
print(call.stderr.read())
def download(self, here, there, remote='') :
def download(self, there, here, remote='') :
if not here or not there :
return
if remote :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment