Skip to content

Commit

Permalink
Ensure that qmk doctor can be answered on windows (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed authored Jun 26, 2021
1 parent c73ae7e commit 2f6f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmk_cli/subcommands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2f6f38c

Please sign in to comment.