FOSSGIS18: Fix Pause Loop, Imageposition; Skiplist Intro
This commit is contained in:
parent
75bb24113f
commit
e95d86cd74
2 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue