fix formatting of log-message
This commit is contained in:
parent
5043acf244
commit
372df0ec10
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def finalize_job(job_id, event):
|
|||
|
||||
active_jobs = []
|
||||
|
||||
print("enqueuing {} jobs into compressor", len(events))
|
||||
print("enqueuing {} jobs into compressor".format(len(events)))
|
||||
for event in events:
|
||||
if args.ids and event['id'] not in args.ids:
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue