Hi Sue,

Question: In all the Popen calls in create_client.py and installadm.py, why not
utilize the check_result argument of the Popen() call?
I think that option in Popen() is provided to avoid these return code
checking.

Another nit in create_client.py and installadm.py is that the code have:
cmd = [CHECK_SETUP_SCRIPT]
ret = Popen(cmd).wait()

Why not just do:

ret = Popen([CHECK_SETUP_SCRIPT])

Thanks,

--Karen


On 02/14/11 11:25, Sue Sohn wrote:
Could I please get a review of the changes for:

7019438 Remove run_script from installadm

Webrev:
http://cr.opensolaris.org/~sohn/7019438

Thanks,
Sue
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to