nixcon2015: i hate whitespace-sensitive languages

This commit is contained in:
Florian Larysch 2015-11-12 00:38:07 +01:00
parent f010c56d16
commit 4c0a2e0748

View file

@ -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
))