Closed answerquest closed 6 years ago
handled with a check for length of agency dataframe:
agencyDF = readTableDB('agency')
if len(agencyDF):
...
content += 'Agency: {}<br>'.format( ', '.join(agencyList) )
else:
content += 'Agency: none found.<br>'
fixed with v3.0.0
Have to handle if agency table has no length.