mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Assorted pylint fixes
This commit is contained in:
parent
8e0f95951d
commit
f9ab9b4d68
65 changed files with 343 additions and 473 deletions
|
@ -128,7 +128,7 @@ class VMwareConfigurationBackup(PyVmomi):
|
|||
|
||||
def load_configuration(self):
|
||||
if not os.path.isfile(self.src):
|
||||
self.module.fail_json(msg="Source file {} does not exist".format(self.src))
|
||||
self.module.fail_json(msg="Source file {0} does not exist".format(self.src))
|
||||
|
||||
url = self.host.configManager.firmwareSystem.QueryFirmwareConfigUploadURL()
|
||||
url = url.replace('*', self.host.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue