We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb8056 commit 8e89cfbCopy full SHA for 8e89cfb
1 file changed
pybricksdev/cli/__init__.py
@@ -293,6 +293,7 @@ async def reconnect_hub():
293
)
294
with _get_script_path(args.file) as script_path:
295
if response == response_options[0]:
296
+ args.file.close()
297
args.file = open(
298
await hub.race_disconnect(
299
hub.race_power_button_press(
0 commit comments