31 Jul
2001
31 Jul
'01
1:50 p.m.
Jens Vagelpohl wrote:
try passing the id argument more explicitly, like...
for result in context.updateState(id=id): ...
(assuming id is defined in your python script)
IMHO, for one's own sanity, it's always better to pass explicit named arguments to a method.
jens
Thanks all for help. It has already worked. Lajos