Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>
  • Loading branch information
zacbrown committed Nov 29, 2023
1 parent d563925 commit 73b7497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panther_analysis_tool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,9 @@ def setup_run_tests( # pylint: disable=too-many-locals,too-many-arguments
)

if is_correlation_rule(analysis_spec):
logging.warning("Skipping Correlation Rule '%s', testing not supported", analysis_spec.get("RuleID"))
logging.warning(
"Skipping Correlation Rule '%s', testing not supported", analysis_spec.get("RuleID")
)
continue

if is_simple_detection(analysis_spec) or is_derived_detection(analysis_spec):
Expand Down

0 comments on commit 73b7497

Please sign in to comment.