Mon Sep 26 17:48:10 PDT 2005
svn: r5240
This commit is contained in:
@@ -259,8 +259,11 @@ class Checkpoint(Tool.Tool):
|
|||||||
Passed the generated XML file to the specified command.
|
Passed the generated XML file to the specified command.
|
||||||
"""
|
"""
|
||||||
proc = popen2.Popen3(cmd, True)
|
proc = popen2.Popen3(cmd, True)
|
||||||
xmlwrite = WriteXML.XmlWriter(self.db,self.callback,False,False)
|
if checkin:
|
||||||
xmlwrite.write_handle(proc.tochild)
|
xmlwrite = WriteXML.XmlWriter(self.db,self.callback,False,False)
|
||||||
|
xmlwrite.write_handle(proc.tochild)
|
||||||
|
else:
|
||||||
|
pass
|
||||||
proc.tochild.close()
|
proc.tochild.close()
|
||||||
status = proc.wait()
|
status = proc.wait()
|
||||||
message = "\n".join(proc.childerr.readlines())
|
message = "\n".join(proc.childerr.readlines())
|
||||||
|
Reference in New Issue
Block a user