We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709e6f1 commit aedee30Copy full SHA for aedee30
1 file changed
pybricksdev/cli/__init__.py
@@ -298,8 +298,10 @@ async def reconnect_hub():
298
return
299
300
except SyntaxError as e:
301
- print("\nA syntax error occurred while parsing your program:")
302
- print(e, "\n")
+ print()
+ print("A syntax error occurred while parsing your program:")
303
+ print(e)
304
305
306
except HubPowerButtonPressedError:
307
# This means the user pressed the button on the hub to re-start the
0 commit comments