[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
- Previous message: [Python-checkins] r81161 - tracker/roundup-src/roundup/scripts/roundup_server.py
- Next message: [Python-checkins] r81163 - in python/trunk/Doc: howto/cporting.rst library/pkgutil.rst library/runpy.rst library/threading.rst library/wsgiref.rst library/zipimport.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()
- Previous message: [Python-checkins] r81161 - tracker/roundup-src/roundup/scripts/roundup_server.py
- Next message: [Python-checkins] r81163 - in python/trunk/Doc: howto/cporting.rst library/pkgutil.rst library/runpy.rst library/threading.rst library/wsgiref.rst library/zipimport.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]