Minor changes
This commit is contained in:
@@ -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 ^ ^^ ^^^ ^^^^')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user