nixcon2015: i hate whitespace-sensitive languages
This commit is contained in:
parent
f010c56d16
commit
4c0a2e0748
1 changed files with 6 additions and 6 deletions
|
@ -130,9 +130,9 @@ def tasks(queue, params):
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
||||||
# place a task for the outro into the queue
|
# place a task for the outro into the queue
|
||||||
queue.put(Rendertask(
|
queue.put(Rendertask(
|
||||||
infile = 'outro.svg',
|
infile = 'outro.svg',
|
||||||
outfile = 'outro.dv',
|
outfile = 'outro.dv',
|
||||||
sequence = outroFrames
|
sequence = outroFrames
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue