← Back to team overview

pypi-mirror team mailing list archive

[Bug 391338] Re: Fix warning messages that cause "cron >/dev/null" to report error

 

Please merge this into the trunk

-- 
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