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 e8807b8 commit 2f42ec6Copy full SHA for 2f42ec6
canopen/objectdictionary/eds.py
@@ -21,7 +21,7 @@
21
22
23
def import_eds(source, node_id):
24
- eds = RawConfigParser()
+ eds = RawConfigParser(inline_comment_prefixes=(';',))
25
eds.optionxform = str
26
if hasattr(source, "read"):
27
fp = source
0 commit comments