Homec4science

+ Replaced use of os.popen with os.system in places where it wasn't important…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Feb 27 2008, 12:44.

Description

+ Replaced use of os.popen with os.system in places where it wasn't important to read anything back from a command. This should avoid problems like the error code status being read, or the existence of a file [that should have been created by the command] being tested before the command that was launched under os.popen has actually finished executing.

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:19091776d5d0: + Replaced use of os.popen with os.system in places where it wasn't important… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Feb 27 2008, 12:44