Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cchr-ledger committed Sep 5, 2024
1 parent 0c999f2 commit 7ad9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/scaffold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ def connect(
for i in range(len(self.chains)):
self.add_mtxl_in(f"/chain{i}/trigger")
if self.version >= parse_version("0.10"):
self.add_mtxl_in(f"/swd/trigger")
self.add_mtxl_in("/swd/trigger")

# FPGA left matrix output signals
# Update this section when adding new modules with inputs
Expand Down

0 comments on commit 7ad9d2b

Please sign in to comment.