Skip to content

Commit

Permalink
follow-cvelist.py remove unnecessary newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih committed Jul 30, 2024
1 parent 7659d1a commit e353b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/follow-cvelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ def check_positive(value: str) -> int:
default=30,
)
args = argParser.parse_args()

match args.verbose:
case 4:
print(
Expand All @@ -597,5 +596,4 @@ def check_positive(value: str) -> int:
print("VERBOSITY: git pulls, commit IDs", file=sys.stderr)
case 1:
print("VERBOSITY: commit IDs", file=sys.stderr)

main(args)

0 comments on commit e353b03

Please sign in to comment.