Skip to content

Commit

Permalink
Autogenerated - Upstream 5ffe7af
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippy-Tools-Bot committed Jul 6, 2024
1 parent c340747 commit f9c93c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion klippy/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2e7126f
5ffe7af
2 changes: 1 addition & 1 deletion klippy/serialhdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def connect_canbus(self, canbus_uuid, canbus_nodeid, canbus_iface="can0"):
can_filters=filters,
bustype='socketcan')
bus.send(set_id_msg)
except (can.CanError, os.error) as e:
except (can.CanError, os.error, IOError) as e:
logging.warning("%sUnable to open CAN port: %s",
self.warn_prefix, e)
self.reactor.pause(self.reactor.monotonic() + 5.)
Expand Down

0 comments on commit f9c93c6

Please sign in to comment.