Skip to content

Commit

Permalink
Update verbose info
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanBertrand committed Apr 28, 2024
1 parent 3fec940 commit df7c372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fprime/util/code_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def execute(
print("[INFO] Clang format executable:")
print(f"[INFO] {self.executable}")
print("[INFO] Clang format arguments:")
print(f"[INFO] {clang_args}")
print("[INFO] Style file path:")
print(f"[INFO] {clang_args[1:]}")
print("[INFO] Clang format style file:")
print(f"[INFO] {self.style_file}")
status = subprocess.run(clang_args, cwd=self.style_file.parent)
self._postprocess_files()
Expand Down

0 comments on commit df7c372

Please sign in to comment.