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 32d4d37 commit e0da0a8Copy full SHA for e0da0a8
1 file changed
canopen/objectdictionary/__init__.py
@@ -69,7 +69,7 @@ def export_od(
69
from canopen.objectdictionary import eds
70
return eds.export_dcf(od, dest)
71
finally:
72
- # If dest is opened in this fn, it should be closed
+ # If dest is opened in this function, it should be closed
73
if opened_here is not None:
74
opened_here.close()
75
0 commit comments