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

correction in _setNumberChoices

parent ff1d27ed
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class client :
p.fromchar(msg).value = val[0]
p.choices.extend(val)
else : # reset choices list
p.choices = ()
p.fromchar(msg).choices = ()
elif t == self._GMSH_PARAMETER_NOT_FOUND :
print ('Unknown parameter %s' %(param.name))
self._send(self._GMSH_PARAMETER, p.tochar())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment