Merge pull request #12995 from resmo/fix/cloudstack-utils

cloudstack: clean up unneeded ";"
pull/12992/merge
Matt Martz 10 years ago
commit 2ee5bb5e55

@ -130,11 +130,11 @@ class AnsibleCloudStack(object):
# Optionally limit by a list of keys # Optionally limit by a list of keys
if only_keys and key not in only_keys: if only_keys and key not in only_keys:
continue; continue
# Skip None values # Skip None values
if value is None: if value is None:
continue; continue
if key in current_dict: if key in current_dict:

Loading…
Cancel
Save