summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/management/commands/reporead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/reporead.py b/devel/management/commands/reporead.py
index e9878c93..0bd5587a 100644
--- a/devel/management/commands/reporead.py
+++ b/devel/management/commands/reporead.py
@@ -404,7 +404,7 @@ def db_update(archname, reponame, pkgs, options):
logger.info("Removing package %s", p)
dbp = dbdict[p]
dbp.delete()
- batcher.batch_commit(score)
+ batcher.batch_commit(1)
# packages in both database and in syncdb (update in database)
pkg_in_both = syncset & dbset