Minor changes

This commit is contained in:
Scott Idem
2022-11-28 12:42:31 -05:00
parent 5ebb725532
commit 856e2a2891
3 changed files with 97 additions and 2 deletions

View File

@@ -639,7 +639,7 @@ def sql_select(
log.info('Executing with SQL statement only...')
result = db.execute(sql)
except OperationalError as e:
log.error('An operational error exception happended. This is likely a "MySQL server has gone away" error. Going to try again...')
log.error('An operational error exception happened. This is likely a "MySQL server has gone away" error. Going to try again...')
log.exception('**** *** ** * ### BEGIN ### Operational Exception Happened: Trying again... * ** *** ****')
log.error('^^^^ ^^^ ^^ ^ ### END ### Operational Exception ^ ^^ ^^^ ^^^^')