Make alternatives module python 5 compatible

reviewable/pr18780/r1
Luca Berruti 11 years ago
parent eb61c3737c
commit eca36953c8

@ -126,7 +126,7 @@ def main():
)
module.exit_json(changed=True)
except subprocess.CalledProcessError as cpe:
except subprocess.CalledProcessError, cpe:
module.fail_json(msg=str(dir(cpe)))
else:
module.exit_json(changed=False)

Loading…
Cancel
Save