Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 28, 2024
1 parent afb9959 commit 6a32b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/usr/local/bin/waf_coraza_rule_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def _error(msg: str):
sys_exit(1)


# pylint: disable=E0606,R0912
def main():
if not Path(args.rule_file).is_file():
_error('File not found')
Expand Down

0 comments on commit 6a32b2e

Please sign in to comment.