#95 Handle the case where the query return more than two values
Merged by pingou. Opened by pingou.
attempt_fix_cron  into  master

Download 95.patch

This should fix the error we're seeing in production:

  File "/code/mdapi-get_repo_md", line 232, in build_cache
    for pkgId, pkgname in conn.execute(query):
ValueError: too many values to unpack (expected 2)

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased onto b2e603a523027afd2210aef4f2f07f3f19ae9874

:thumbsup:

Thanks, let's see if that helps in staging :)

Pull-Request has been merged by pingou

Metadata