Skip to content

Commit 813c39b

Browse files
committed
Remove shutdown call and obsolete comment.
1 parent 5e4e790 commit 813c39b

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
@@ -716,8 +716,6 @@ def __init__(
716716
)
717717
except OSError as error:
718718
log.error("Could not access SocketCAN device %s (%s)", channel, error)
719-
# Clean up so the parent class doesn't complain about not being shut down properly
720-
self.shutdown()
721719
raise
722720
super().__init__(
723721
channel=channel,

0 commit comments

Comments
 (0)