Skip to content

Commit

Permalink
Do not prompt user in first time launch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhe-slac committed Dec 8, 2023
1 parent d9eca4e commit 7364cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badger/actions/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_n_config_paths():
if not good:
# Initial setup
init = True
while True:
while False:
_res = input(
'If this is your first time launching Badger, you should initialize it now.\n'
'Proceed ([y]/n)? ')
Expand Down

0 comments on commit 7364cca

Please sign in to comment.