Minor changes

This commit is contained in:
Scott Idem
2021-01-25 16:49:03 -05:00
parent 8433960d0d
commit cd66578138
3 changed files with 16 additions and 9 deletions

View File

@@ -172,7 +172,7 @@ def sql_select(sql=None, data=None, table_name=None, record_id=None, record_id_r
log.info('Executing a custom SQL select with no extra data dict...')
result = db.execute(sql)
except Exception as e:
log.error('*** An exception happened. ***')
log.info('An exception happened. Returning False.')
log.error(repr(e))
log.error('***')
log.error(str(e))