mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02:30
Fix all but one unit test.
This commit is contained in:
@@ -191,7 +191,7 @@ class BaseTask(Task):
|
||||
# Log out the error to the debug logger.
|
||||
logger.debug('Database error updating %s, retrying in 5 '
|
||||
'seconds (retry #%d): %s',
|
||||
self.model._meta.object_name, retry_count + 1, e)
|
||||
self.model._meta.object_name, _attempt + 1, e)
|
||||
|
||||
# Attempt to retry the update, assuming we haven't already
|
||||
# tried too many times.
|
||||
|
||||
Reference in New Issue
Block a user