From 940d50bbacc1030dd9f7cd3c4ff59cac89a4003c Mon Sep 17 00:00:00 2001 From: yzqzss <30341059+yzqzss@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:55:22 +0800 Subject: [PATCH] Update dumpgenerator.py fix typo --- dumpgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index 101ea1a..1a9ce41 100755 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -2528,7 +2528,7 @@ def main(params=[]): print '\nWarning!: "%s" path exists' % (config['path']) reply = '' if config['failfast']: - retry = 'yes' + reply = 'yes' while reply.lower() not in ['yes', 'y', 'no', 'n']: reply = raw_input( 'There is a dump in "%s", probably incomplete.\nIf you choose resume, to avoid conflicts, the parameters you have chosen in the current session will be ignored\nand the parameters available in "%s/%s" will be loaded.\nDo you want to resume ([yes, y], [no, n])? ' %