mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 13:09:21 -02:30
Fix pep8 error
This commit is contained in:
@@ -263,9 +263,9 @@ class ControllerAPIModule(ControllerModule):
|
|||||||
parsed_collection_version = Version(self._COLLECTION_VERSION).version
|
parsed_collection_version = Version(self._COLLECTION_VERSION).version
|
||||||
if not controller_version:
|
if not controller_version:
|
||||||
self.warn(
|
self.warn(
|
||||||
"You are using the {0} version of this collection but connecting to a controller that did not return a version".format(
|
"You are using the {0} version of this collection but connecting to a controller that did not return a version".format(
|
||||||
self._COLLECTION_VERSION
|
self._COLLECTION_VERSION
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
parsed_controller_version = Version(controller_version).version
|
parsed_controller_version = Version(controller_version).version
|
||||||
|
|||||||
Reference in New Issue
Block a user