minor change to get rid of code inspection warnings

reviewable/pr18780/r1
Siva Popuri 9 years ago
parent 86409ca2d4
commit c89a4ac460

@ -104,7 +104,7 @@ else:
CLC_FOUND = True
class ClcBlueprintPackage():
class ClcBlueprintPackage:
clc = clc_sdk
module = None
@ -133,9 +133,9 @@ class ClcBlueprintPackage():
:return: Returns with either an exit_json or fail_json
"""
p = self.module.params
changed = False
changed_server_ids = []
self._set_clc_credentials_from_env()
server_ids = p['server_ids']
package_id = p['package_id']
package_params = p['package_params']

Loading…
Cancel
Save