Skip to content

Commit

Permalink
Remove duplicate word
Browse files Browse the repository at this point in the history
Co-authored-by: mitchelbaker-cisa <[email protected]>
  • Loading branch information
adhilto and mitchelbaker-cisa authored Oct 2, 2024
1 parent f8265ab commit 713a3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scubagoggles/scuba_argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ def validate_omissions(args : argparse.Namespace) -> None:
warnings.warn("Config file indicates omitting " \
f"{control_id}, but {control_id} is not one of the " \
"controls encompassed by the baselines indicated " \
"indicated by the baselines parameter. Control " \
"by the baselines parameter. Control " \

"will not be omitted.")

0 comments on commit 713a3b4

Please sign in to comment.