diff options
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 9f221d4a..be122836 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -446,7 +446,7 @@ def scheduler(arch): log.info(str(total) + ' packages already scheduled' + ', only scheduling new versions.') untested, msg_untested = 0, 0 - new, msg_new = schedule_new_versions(arch, total+len(untested)) + new, msg_new = schedule_new_versions(arch, total) old_ftbfs, msg_old_ftbfs = 0 ,0 old, msg_old = 0, 0 else: |