Merge pull request #452 from yzqzss/patch-4

Update dumpgenerator.py
pull/466/head
nemobis 12 months ago committed by GitHub
commit c7150784c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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])? ' %

Loading…
Cancel
Save