We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1c83d commit f4ca273Copy full SHA for f4ca273
1 file changed
pybricksdev/cli/__init__.py
@@ -307,11 +307,7 @@ async def reconnect_hub():
307
)
308
309
310
- if (
311
- response_options.index(response)
312
- != ResponseOptions.CHANGE_TARGET_FILE
313
- ):
314
- default_response_option = response_options.index(response)
+ default_response_option = response_options.index(response)
315
316
match response_options.index(response):
317
0 commit comments