[buildinfo.debian.net] 01/01: refresh_all obviously doesn't take an argument.

Chris Lamb chris at chris-lamb.co.uk
Fri Nov 4 11:57:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit e2e241eeb44768239dea7e30e9214932e3489b2e
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Nov 4 11:57:13 2016 +0000

    refresh_all obviously doesn't take an argument.
---
 bidb/keys/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bidb/keys/tasks.py b/bidb/keys/tasks.py
index 6c2487c..990f1ee 100644
--- a/bidb/keys/tasks.py
+++ b/bidb/keys/tasks.py
@@ -42,6 +42,6 @@ def update_or_create_key(uid):
     })
 
 @celery.task()
-def refresh_all(uid):
+def refresh_all():
     for x in Key.objects.all():
         update_or_create_key.delay(x.uid)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list