Fix two misspellings of occurred (#82159)

pull/81572/head
Tom Downes 7 months ago committed by GitHub
parent f2b5c33349
commit 667526c22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -601,7 +601,7 @@ class CLI(ABC):
try:
p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
except OSError as e:
raise AnsibleError("Problem occured when trying to run the password script %s (%s)."
raise AnsibleError("Problem occurred when trying to run the password script %s (%s)."
" If this is not a script, remove the executable bit from the file." % (pwd_file, e))
stdout, stderr = p.communicate()

Loading…
Cancel
Save