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 71da1bc commit 65bfaabCopy full SHA for 65bfaab
test/test_eds.py
@@ -188,8 +188,8 @@ def test_export_eds_to_file(self):
188
for suffix in ".eds", ".dcf":
189
for implicit in True, False:
190
with tempfile.NamedTemporaryFile(suffix=suffix) as tmp:
191
- doctype = None if implicit else suffix[1:]
192
dest = tmp.name
+ doctype = None if implicit else suffix[1:]
193
with self.subTest(dest=dest, doctype=doctype):
194
canopen.export_od(self.od, dest, doctype)
195
self.verify_od(dest, doctype)
0 commit comments