Several bug fixes for yesterday's debacle

This commit is contained in:
aerinon
2020-01-24 08:51:34 -07:00
parent f6179cda03
commit 59e9fb82f5
5 changed files with 18 additions and 14 deletions

View File

@@ -346,7 +346,7 @@ def start():
from Gui import guiMain
guiMain(args)
elif args.count is not None:
seed = args.seed
seed = args.seed or random.randint(0, 999999999)
failures = []
logger = logging.getLogger('')
for _ in range(args.count):