From dcf0f1ea350e5e7ea0cd7c6b3e33348888250cb6 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 14 Dec 2019 21:35:10 +0100 Subject: [PATCH] datengarten: consistent syntax --- datengarten/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datengarten/__init__.py b/datengarten/__init__.py index 5a4625c..79f55f6 100644 --- a/datengarten/__init__.py +++ b/datengarten/__init__.py @@ -97,16 +97,16 @@ def tasks(queue, args, idlist, skiplist): for person in persons(scheduleUrl, personmap, taglinemap, event['id']): queue.put(Rendertask( infile = 'lower-third.svg', - outfile = "event_{}_person_{}.png".format(str(event['id']), str(person['id'])), + outfile = 'event_{}_person_{}.png'.format(str(event['id']), str(person['id'])), parameters = { '$PERSON': person['person'], '$TAGLINE': person['tagline'], } )) - + queue.put(Rendertask( infile = 'lower-third.svg', - outfile = "event_{}_persons.png".format(str(event['id'])), + outfile = 'event_{}_persons.png'.format(str(event['id'])), parameters = { '$PERSON': event['personnames'], '$TAGLINE': '',