FOSSGIS18: Fix Pause Loop, Imageposition; Skiplist Intro

This commit is contained in:
Thorsten Fleck 2018-02-28 23:35:59 +01:00
parent 75bb24113f
commit e95d86cd74
2 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ def tasks(queue, args, idlist, skiplist):
continue
if event['id'] in idlist or not idlist:
if (event['id'] in idlist or not idlist) and not 'intro' in skiplist:
# generate a task description and put them into the queue
queue.put(Rendertask(
infile = 'intro.svg',