From 907b7f7cf4c97a720391a82eb65c2705a259614e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 22 Dec 2015 11:08:43 -0500 Subject: [PATCH] fix bad linebreak --- cloud/openstack/os_ironic.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/openstack/os_ironic.py b/cloud/openstack/os_ironic.py index 38f19e71e58..a6612cf195e 100644 --- a/cloud/openstack/os_ironic.py +++ b/cloud/openstack/os_ironic.py @@ -187,8 +187,7 @@ def _choose_id_value(module): def _choose_if_password_only(module, patch): if len(patch) is 1: - if 'password' in patch[0]['path'] and - module.params['skip_update_of_masked_password']: + if 'password' in patch[0]['path'] and module.params['skip_update_of_masked_password']: # Return false to aabort update as the password appears # to be the only element in the patch. return False