Skip to content
Snippets Groups Projects
Commit 5278185a authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix single-job archiving (gnt-job archive)

This is a simply typo from the conversion to multi-job archiving.

Reviewed-by: imsnah
parent 074ca009
No related branches found
No related tags found
No related merge requests found
......@@ -1178,7 +1178,7 @@ class JobQueue(object):
logging.debug("Job %s not found", job_id)
return False
return self._ArchiveJobUnlocked([job]) == 1
return self._ArchiveJobsUnlocked([job]) == 1
@utils.LockedMethod
@_RequireOpenQueue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment