We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd6a6a commit 880b79eCopy full SHA for 880b79e
pins/constructors.py
@@ -52,7 +52,7 @@ def board_deparse(board: BaseBoard):
52
return f"board_folder({repr(board.board)})"
53
else:
54
raise NotImplementedError(
55
- "board deparsing currently not supported for protocol: {prot}"
+ f"board deparsing currently not supported for protocol: {prot}"
56
)
57
58
0 commit comments