]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
flake8: fix 'error E275 missing whitespace after keyword' BZ211101-limit-mds
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Aug 2022 21:39:35 +0000 (23:39 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Aug 2022 21:39:35 +0000 (23:39 +0200)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
module_utils/ca_common.py

index a0ab9cc8675ad72c3130966908fbef67d418af17..7bd70ce1620abbfa8ae14d26ee43a8f2133729d4 100644 (file)
@@ -110,4 +110,4 @@ def fatal(message, module):
     if module:
         module.fail_json(msg=message, rc=1)
     else:
-        raise(Exception(message))
+        raise Exception(message)