mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Fix --renumber
This commit is contained in:
parent
68f0e0aa9e
commit
3466113d64
2
main.py
2
main.py
@ -111,7 +111,7 @@ def main(args):
|
|||||||
args.name = os.path.splitext(os.path.basename(args.flame.name))[0]
|
args.name = os.path.splitext(os.path.basename(args.flame.name))[0]
|
||||||
|
|
||||||
cp_times = [cp.time for cp in genomes]
|
cp_times = [cp.time for cp in genomes]
|
||||||
if args.renumber:
|
if args.renumber is not None:
|
||||||
for t, g in enumerate(genomes):
|
for t, g in enumerate(genomes):
|
||||||
g.time = t - args.renumber
|
g.time = t - args.renumber
|
||||||
cp_times = [cp.time for cp in genomes]
|
cp_times = [cp.time for cp in genomes]
|
||||||
|
Loading…
Reference in New Issue
Block a user