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
|
||||
queue.put(Rendertask(
|
||||
infile = 'outro.svg',
|
||||
outfile = 'outro.dv',
|
||||
sequence = outroFrames
|
||||
))
|
||||
# place a task for the outro into the queue
|
||||
queue.put(Rendertask(
|
||||
infile = 'outro.svg',
|
||||
outfile = 'outro.dv',
|
||||
sequence = outroFrames
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue