Make alternatives module python 5 compatible
This commit is contained in:
parent
713657d684
commit
a3d1f06cb2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue