Skip to content

Commit

Permalink
flake8: fix 'error E275 missing whitespace after keyword'
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 7ce972e)
(cherry picked from commit 82dc265)
  • Loading branch information
guits committed Aug 4, 2022
1 parent dd16e49 commit 99c0784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_utils/ca_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def fatal(message, module):
if module:
module.fail_json(msg=message, rc=1)
else:
raise(Exception(message))
raise Exception(message)

0 comments on commit 99c0784

Please sign in to comment.