]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
flake8: fix 'error E275 missing whitespace after keyword'
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Aug 2022 21:39:35 +0000 (23:39 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 04:44:51 +0000 (06:44 +0200)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7ce972e7155fd0e0aaf7352656c0805d9a2afad5)

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)