Skip to content

Commit e72b050

Browse files
committed
fix comment alignment
1 parent 17e0a08 commit e72b050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybricksdev/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ async def reconnect_hub():
327327
break
328328
except FileNotFoundError:
329329
print("The file was not found. Please try again.")
330-
# send the new target file to the hub
330+
# send the new target file to the hub
331331
with _get_script_path(args.file) as script_path:
332332
await hub.download(script_path)
333333

0 commit comments

Comments
 (0)