mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Assorted renaming and string changes
This commit is contained in:
@@ -34,8 +34,8 @@ if MODE == 'production':
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
except ValueError as e:
|
||||
logger.error("Missing or incorrect metadata for Tower version. Ensure Tower was installed using the setup playbook.")
|
||||
raise Exception("Missing or incorrect metadata for Tower version. Ensure Tower was installed using the setup playbook.") from e
|
||||
logger.error("Missing or incorrect metadata for controller version. Ensure controller was installed using the setup playbook.")
|
||||
raise Exception("Missing or incorrect metadata for controller version. Ensure controller was installed using the setup playbook.") from e
|
||||
|
||||
|
||||
# Return the default Django WSGI application.
|
||||
|
||||
Reference in New Issue
Block a user