mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Fix pep8 error
This commit is contained in:
parent
515c3450c2
commit
9b66bda8b9
@ -263,9 +263,9 @@ class ControllerAPIModule(ControllerModule):
|
||||
parsed_collection_version = Version(self._COLLECTION_VERSION).version
|
||||
if not controller_version:
|
||||
self.warn(
|
||||
"You are using the {0} version of this collection but connecting to a controller that did not return a version".format(
|
||||
self._COLLECTION_VERSION
|
||||
)
|
||||
"You are using the {0} version of this collection but connecting to a controller that did not return a version".format(
|
||||
self._COLLECTION_VERSION
|
||||
)
|
||||
)
|
||||
else:
|
||||
parsed_controller_version = Version(controller_version).version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user