diff options
author | Sean Finney <seanius@debian.org> | 2011-03-29 23:21:16 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2011-03-29 23:21:16 +0200 |
commit | 29fd662321515dc68bda4ec0fd4d52c2b1dbbc4f (patch) | |
tree | cac1d9d6e47161a5db00f08eff035d54ac702077 /patchtracker/Patch.py | |
parent | b0090936da7bd5e14d4c68c305832ec2689d6e56 (diff) | |
parent | 3ad04e54bfa606d65814c1f819f50932f571c659 (diff) | |
download | patch-tracker-29fd662321515dc68bda4ec0fd4d52c2b1dbbc4f.tar.gz |
Merge commit '3ad04e54bfa606d65814c1f819f50932f571c659' into django-rewrite
Diffstat (limited to 'patchtracker/Patch.py')
-rw-r--r-- | patchtracker/Patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py index c872d1c..3078214 100644 --- a/patchtracker/Patch.py +++ b/patchtracker/Patch.py @@ -225,6 +225,7 @@ class DiffGzHandler: if embedded.lines(): td = tempfile.mkdtemp() i,o,e=os.popen3("patch -d %s -p3"%(td)) + o.close() i.write(str(embedded)) i.close() err = e.read() |