You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be handled gracefully with an informative error message instead of:
ERROR:root:invalid literal for int() with base 10: 'CM0'
Traceback (most recent call last):
File "/home/michaln/Workspace/auto-pts/autoptsclient_common.py", line 1159, in start
return self.main(args)
File "/home/michaln/Workspace/auto-pts/autoptsclient_common.py", line 1178, in main
self.args = self.parse_args(_args)
File "/home/michaln/Workspace/auto-pts/autoptsclient_common.py", line 1223, in parse_args
self.check_args(args)
File "/home/michaln/Workspace/auto-pts/autoptsclient_common.py", line 1264, in check_args
not os.path.exists('COM' + str(int(tty_file["/dev/ttyS".__len__():]) + 1)):
ValueError: invalid literal for int() with base 10: 'CM0'
The text was updated successfully, but these errors were encountered:
This should be handled gracefully with an informative error message instead of:
The text was updated successfully, but these errors were encountered: