Skip to content

Commit

Permalink
Pull in changes from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 5, 2024
2 parents 0b2eae9 + 0fe7c1d commit 9f1de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_pdo_export(self):
for pdo in "tpdo", "rpdo":
with tempfile.NamedTemporaryFile(suffix=".csv") as tmp:
fn = tmp.name
with self.subTest(pdo=pdo, filename=fn):
with self.subTest(filename=fn, pdo=pdo):
getattr(self.node, pdo).export(fn)
with open(fn) as csv:
header = csv.readline()
Expand Down

0 comments on commit 9f1de66

Please sign in to comment.