mirror of https://github.com/ceph/ceph-ansible.git
flake8: fix 'error E275 missing whitespace after keyword'
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commitpull/7285/head7ce972e715
) (cherry picked from commit82dc265e2f
)
parent
dd16e49517
commit
99c07843be
|
@ -110,4 +110,4 @@ def fatal(message, module):
|
|||
if module:
|
||||
module.fail_json(msg=message, rc=1)
|
||||
else:
|
||||
raise(Exception(message))
|
||||
raise Exception(message)
|
||||
|
|
Loading…
Reference in New Issue