mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 01:40:58 +00:00
Update edl2scenelist.py
Ooops typos
This commit is contained in:
@@ -30,9 +30,10 @@ def output_cmx(outfile, out_list):
|
|||||||
outfile.write(line)
|
outfile.write(line)
|
||||||
outfile.write("* FROM CLIP NAME: %s\r\n" % (o['scene']) )
|
outfile.write("* FROM CLIP NAME: %s\r\n" % (o['scene']) )
|
||||||
|
|
||||||
|
|
||||||
def output_cols(outfile, out_list):
|
def output_cols(outfile, out_list):
|
||||||
for o in out_list:
|
for o in out_list:
|
||||||
outfile.write("%15s %15s %s\n" (o['start'], o['end'], o['scene'] )
|
outfile.write("%-12s\t%-12s\t%s\n" % (o['start'], o['end'], o['scene'] ))
|
||||||
|
|
||||||
|
|
||||||
def scene_list(infile, outfile, out_format, pattern):
|
def scene_list(infile, outfile, out_format, pattern):
|
||||||
|
|||||||
Reference in New Issue
Block a user