Merge remote-tracking branch 'origin/master'

This commit is contained in:
Fabian Dill 2020-02-07 23:46:01 +01:00
commit 7c57a7337c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def main(args, seed=None):
"" if world.timer[player] in ['none', 'display'] else "-" + world.timer[player],
world.shuffle[player], world.algorithm, mcsb_name,
"-retro" if world.retro[player] else "",
"-prog_" + world.progressive if world.progressive in ['off', 'random'] else "",
"-prog_" + world.progressive[player] if world.progressive[player] in ['off', 'random'] else "",
"-nohints" if not world.hints[player] else "")) if not args.outputname else ''
rom.write_to_file(output_path(f'{outfilebase}{outfilepname}{outfilesuffix}.sfc'))