Skip to content

Commit

Permalink
chore: match log casing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkrnl committed Jan 16, 2025
1 parent 197f2cd commit d592cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapa/steps/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,6 @@ def run_tapacc(
)
tapacc_cmd = (tapacc, *files, *tapacc_args)
quoted_cmd = " ".join(f'"{arg}"' if " " in arg else arg for arg in tapacc_cmd)
_logger.info("Running tapacc command: %s", quoted_cmd)
_logger.info("running tapacc command: %s", quoted_cmd)

return json.loads(run_and_check(tapacc_cmd))

0 comments on commit d592cf4

Please sign in to comment.