debug satırı fazla kaçmış

This commit is contained in:
Barış Metin
2005-07-04 14:55:32 +00:00
parent 3b2de04dc9
commit bff0547e43
-1
View File
@@ -236,7 +236,6 @@ def do_patch(sourceDir, patchFile, level):
check_file(patchFile)
level = int(level)
cmd = "patch -p%d < %s" % (level, patchFile)
print "patch command", cmd
p = os.popen(cmd)
o = p.readlines()
retval = p.close()