Skip to content

Commit d7cd4bd

Browse files
committed
fix typo in except block
1 parent 1e0e8bc commit d7cd4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybricksdev/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ async def reconnect_hub():
328328
case _:
329329
return
330330

331-
except subprocess.CalledProcessError as e :
331+
except subprocess.CalledProcessError as e:
332332
print()
333333
print("A syntax error occurred while parsing your program:")
334334
print(e.stderr.decode())

0 commit comments

Comments
 (0)