fix e-mail signup bug: if you run setup in non-interactive mode, the e-mail *should* be set to '' and you shouldn't get more prompts

This commit is contained in:
Aaron Blankstein
2017-08-11 17:27:56 -04:00
parent 656bb21806
commit 529f71530e

View File

@@ -440,6 +440,7 @@ def configure(config_file=CONFIG_PATH, force=False, interactive=True, set_migrat
blockstack_opts['email'] = email_opts['email']
else:
num_blockstack_opts_prompted += 1
blockstack_opts['email'] = ''
# get client UUID for analytics