Ensure that qmk doctor can be answered on windows (#63)

This commit is contained in:
Zach White
2021-06-25 18:55:51 -07:00
committed by GitHub
parent c73ae7e97c
commit 2f6f38cc33
+1 -1
View File
@@ -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)