More python updates

Followup to #13931
This commit is contained in:
Scott Lahteine 2019-05-07 20:54:01 -05:00
parent af725c81e3
commit 059269d732
4 changed files with 26 additions and 22 deletions

View file

@ -84,8 +84,8 @@ else:
if com_CDC == 'COM_PORT_NOT_FOUND':
print(com_CDC, '\n')
else:
print('FOUND: ' ,com_CDC)
print('DESCRIPTION: ', description_CDC , '\n')
print('FOUND: ', com_CDC)
print('DESCRIPTION: ', description_CDC, '\n')
if current_OS == 'Windows':