Ensure that qmk doctor can be answered on windows (#63)
This commit is contained in:
@@ -101,4 +101,4 @@ def setup(cli):
|
||||
if cli.args.yes:
|
||||
doctor_command.append('--yes')
|
||||
|
||||
cli.run(doctor_command, capture_output=False)
|
||||
cli.run(doctor_command, stdin=None, capture_output=False)
|
||||
|
||||
Reference in New Issue
Block a user