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 5e1aac3 commit 01ca3f4Copy full SHA for 01ca3f4
can/interfaces/ixxat/canlib_vcinpl.py
@@ -984,12 +984,12 @@ def _detect_available_configs() -> List[AutoDetectedConfig]:
984
else:
985
_canlib.canChannelClose(channel_handle)
986
config_list.append(
987
- {
988
- "interface": "ixxat",
989
- "channel": channel,
990
- "unique_hardware_id": hwid,
991
- }
992
- )
+ {
+ "interface": "ixxat",
+ "channel": channel,
+ "unique_hardware_id": hwid,
+ }
+ )
993
_canlib.vciDeviceClose(device_handle2)
994
_canlib.vciEnumDeviceClose(device_handle)
995
except AttributeError:
0 commit comments