catmemo

Results 1 issues of catmemo

### Describe the bug I created a bus as below: ``` if bustype1 != "None": if bustype1 == "pcan": channel1 = 'PCAN_USBBUS' + str(int(channel1)) else: channel1 = str(int(channel1) - 1)...

bug