Skip to content

Commit

Permalink
Merge pull request Ericsson#3184 from csordasmarton/fix_logparser_target
Browse files Browse the repository at this point in the history
[analyzer] Fix target attribute of the log parser
  • Loading branch information
bruntib authored Feb 15, 2021
2 parents 4375532 + 46cbc3c commit 641c2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def parse_options(compilation_db_entry,
'output': '',
'lang': None,
'arch': '', # Target in the compile command set by -arch.
'target': defaultdict(dict),
'target': defaultdict(str),
'source': ''}

if 'arguments' in compilation_db_entry:
Expand Down

0 comments on commit 641c2d4

Please sign in to comment.