We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e0a08 commit e72b050Copy full SHA for e72b050
1 file changed
pybricksdev/cli/__init__.py
@@ -327,7 +327,7 @@ async def reconnect_hub():
327
break
328
except FileNotFoundError:
329
print("The file was not found. Please try again.")
330
- # send the new target file to the hub
+ # send the new target file to the hub
331
with _get_script_path(args.file) as script_path:
332
await hub.download(script_path)
333
0 commit comments