Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 6, 2023
1 parent 8b8789e commit aca0e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def version_compatible(cls, configured_binary, environ):

# FIXME: Maybe this isn't to place to emit an error, especially when
# we cycle over multiple binarier to find the correct one.
LOG.error(f"GCC binary found is too old at v{analyzer_version}; "
"minimum version is 13.0.0.")
LOG.error("GCC binary found is too old at "
f"v{analyzer_version.strip()}; minimum version is 13.0.0.")
return False

def construct_result_handler(self, buildaction, report_output,
Expand Down

0 comments on commit aca0e0c

Please sign in to comment.