Skip to content

Commit 2bc87c0

Browse files
acolombhardbyte
authored andcommitted
Remove shutdown call and obsolete comment.
1 parent 4fe3881 commit 2bc87c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

can/interfaces/socketcan/socketcan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,6 @@ def __init__(
717717
)
718718
except OSError as error:
719719
log.error("Could not access SocketCAN device %s (%s)", channel, error)
720-
# Clean up so the parent class doesn't complain about not being shut down properly
721-
self.shutdown()
722720
raise
723721
super().__init__(
724722
channel=channel,

0 commit comments

Comments
 (0)