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>BZ211101-limit-mds
parent
060340fbf3
commit
dd24e4cd90
|
@ -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