copy over teams argument to allow it to work in mystery
This commit is contained in:
parent
433ac29483
commit
76b92f960a
|
@ -84,6 +84,7 @@ def main():
|
|||
erargs.race = args.race
|
||||
erargs.outputname = seedname
|
||||
erargs.outputpath = args.outputpath
|
||||
erargs.teams = args.teams
|
||||
|
||||
# set up logger
|
||||
loglevel = {'error': logging.ERROR, 'info': logging.INFO, 'warning': logging.WARNING, 'debug': logging.DEBUG}[erargs.loglevel]
|
||||
|
|
Loading…
Reference in New Issue