From 372df0ec10ac7a65c7aa2d278290d9046c40f452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=B6rner?= Date: Sat, 5 Aug 2017 14:34:27 +0200 Subject: [PATCH] fix formatting of log-message --- make-apple-motion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-apple-motion.py b/make-apple-motion.py index 8b0cc0e..4415d84 100755 --- a/make-apple-motion.py +++ b/make-apple-motion.py @@ -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