diff --git a/dumpgenerator.py b/dumpgenerator.py index fbb10ad..5d49d57 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])? ' %