Fix f-string in log that is broken (#16132)

This commit is contained in:
Alan Rominger 2025-10-20 14:23:38 -04:00 committed by GitHub
parent f72591195e
commit a53fdaddae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1321,7 +1321,7 @@ class RunProjectUpdate(BaseTask):
galaxy_creds_are_defined = project_update.project.organization and project_update.project.organization.galaxy_credentials.exists()
if not galaxy_creds_are_defined and (settings.AWX_ROLES_ENABLED or settings.AWX_COLLECTIONS_ENABLED):
logger.warning('Galaxy role/collection syncing is enabled, but no credentials are configured for {project_update.project.organization}.')
logger.warning(f'Galaxy role/collection syncing is enabled, but no credentials are configured for {project_update.project.organization}.')
extra_vars.update(
{