Skip to content

Commit 5565e2b

Browse files
committed
Add logging for future use
1 parent 52b53b2 commit 5565e2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

can/interfaces/gs_usb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
from gs_usb.constants import CAN_ERR_FLAG, CAN_RTR_FLAG, CAN_EFF_FLAG, CAN_MAX_DLC
66
import can
77
import usb
8+
import logging
89

910

11+
logger = logging.getLogger(__name__)
12+
1013
class GsUsbBus(can.BusABC):
1114
def __init__(self, channel, bus, address, bitrate, can_filters=None, **kwargs):
1215
"""

0 commit comments

Comments
 (0)