mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #3202 from Spredzy/fix_3200
awx.main.tasks: Remove reference to unimport six Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
b9b2affe44
@ -468,7 +468,7 @@ def awx_periodic_scheduler():
|
||||
try:
|
||||
job_kwargs = schedule.get_job_kwargs()
|
||||
new_unified_job = schedule.unified_job_template.create_unified_job(**job_kwargs)
|
||||
logger.info(six.text_type('Spawned {} from schedule {}-{}.').format(
|
||||
logger.info('Spawned {} from schedule {}-{}.'.format(
|
||||
new_unified_job.log_format, schedule.name, schedule.pk))
|
||||
|
||||
if invalid_license:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user