Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbattaglia committed Sep 6, 2014
1 parent d5f0f62 commit 52c7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def parse_scenes(S):
for s in parsed.scenes]
frame = parsed.render_frame
start = parsed.frame_start
end = parsed.frame_start
end = parsed.frame_end
jump = parsed.frame_jump
output = parsed.render_output
f_kill = not parsed.no_kill
Expand Down

0 comments on commit 52c7174

Please sign in to comment.