Tweak python string comparisons

This commit is contained in:
Scott Lahteine
2019-08-07 00:26:31 -05:00
parent 5873b0b032
commit f13fbafe31
2 changed files with 7 additions and 7 deletions

View File

@ -70,7 +70,7 @@ else:
com_CDC = com_last
description_CDC = description_last
if com_CDC == '' and not(com_first == ''):
if com_CDC == '' and com_first != '':
com_CDC = com_first
description_CDC = description_first
elif com_CDC == '':