This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author elmasry-ayman
Recipients elmasry-ayman
Date 2010-12-18.08:49:30
SpamBayes Score 7.5114826e-07
Marked as misclassified No
Message-id <1292662172.01.0.0120827412376.issue10729@psf.upfronthosting.co.za>
In-reply-to
Content
I hope this topic is not completely unfitting here.

fwbackups error after backup attempt which concerned python lib:

ERROR : Traceback (most recent call last):   File "/usr/lib/python2.4/site-packages/fwbackups/operations/backup.py", line 698, in start  pkgListfiles = self.createPkgLists()   File "/usr/lib/python2.4/site-packages/fwbackups/operations/backup.py", line 85, in createPkgLists   fh = tempfile.NamedTemporaryFile(suffix='.txt', prefix="%s - tmp" % _('rpm - Package list'), delete=False)  TypeError: NamedTemporaryFile() got an unexpected keyword argument 'delete'
History
Date User Action Args
2010-12-18 08:49:32elmasry-aymansetrecipients: + elmasry-ayman
2010-12-18 08:49:32elmasry-aymansetmessageid: <1292662172.01.0.0120827412376.issue10729@psf.upfronthosting.co.za>
2010-12-18 08:49:30elmasry-aymanlinkissue10729 messages
2010-12-18 08:49:30elmasry-aymancreate