[Python-checkins] r81162 - tracker/roundup-src/roundup/scripts/roundup_server.py (original) (raw)

martin.v.loewis python-checkins at python.org
Fri May 14 12:35:55 CEST 2010


Author: martin.v.loewis Date: Fri May 14 12:35:54 2010 New Revision: 81162

Log: Reactivate deletion of files.

Modified: tracker/roundup-src/roundup/scripts/roundup_server.py

Modified: tracker/roundup-src/roundup/scripts/roundup_server.py

--- tracker/roundup-src/roundup/scripts/roundup_server.py (original) +++ tracker/roundup-src/roundup/scripts/roundup_server.py Fri May 14 12:35:54 2010 @@ -243,8 +243,7 @@ f.close() return self.run_cgi() finally: - pass - #os.unlink(jobfile) + os.unlink(jobfile) else: return self.run_cgi()


More information about the Python-checkins mailing list