Skip to content

Commit

Permalink
Update for Coverity code flows
Browse files Browse the repository at this point in the history
  • Loading branch information
lylebarner committed Feb 20, 2024
1 parent bdbc180 commit de75971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrub/tools/parsers/get_coverity_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def parse_json(raw_input_file, parsed_output_file):
"""

# Initialize variables
global warning_count
warning_count = 1
coverity_issues = []

# Read in the input file
Expand Down

0 comments on commit de75971

Please sign in to comment.