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 tarek
Recipients tarek
Date 2011-01-28.13:48:09
SpamBayes Score 0.013855458
Marked as misclassified No
Message-id <1296222490.15.0.786706157889.issue11045@psf.upfronthosting.co.za>
In-reply-to
Content
This line : logger.info("creating %s" % archive_dir)

should check that logger is not None before being called..
History
Date User Action Args
2011-01-28 13:48:10tareksetrecipients: + tarek
2011-01-28 13:48:10tareksetmessageid: <1296222490.15.0.786706157889.issue11045@psf.upfronthosting.co.za>
2011-01-28 13:48:09tareklinkissue11045 messages
2011-01-28 13:48:09tarekcreate