pypi-mirror team mailing list archive
-
pypi-mirror team
-
Mailing list archive
-
Message #00068
Re: [Bug 391338] Re: Fix warning messages that cause "cron >/dev/null" to report error
Hi Sridhar,
thanks a lot for fixing bugs. As I don't have time to review the
patches, I'm just asking myself if you maybe would like to get committer
access? If so, just tell me.
Daniel
Sridhar Ratnakumar schrieb:
> Also available for merge from: http://bazaar.launchpad.net/~srid/+junk
> /pypi-mirror/revision/72
>
--
Fix warning messages that cause "cron >/dev/null" to report error
https://bugs.launchpad.net/bugs/391338
You received this bug notification because you are a member of PyPI
Mirror, which is the registrant for PyPI Mirror.
Status in PyPI replication project: New
Bug description:
bin/pypimirror prints warning messages regarding deprecated modules into stderr. As pypimirror is being run in cron, cron thinks the command exited with error .. and hence sends email even if pypimirror runs successfully.
The attached patch fixes it.
References