We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4343c8b commit 8b11734Copy full SHA for 8b11734
src/fprime/util/code_formatter.py
@@ -86,7 +86,7 @@ def exclude_file(self, filepath: Path) -> None:
86
print(f"[INFO] Excluding {filepath} from formatting.")
87
self._files_to_format.remove(filepath)
88
elif self.verbose:
89
- print(f"[INFO] {filepath} was not staged for formatting. Skipping.")
+ print(f"[INFO] {filepath} was not staged for formatting. Skipping.")
90
91
def execute(
92
self, builder: "Build", context: "Path", args: Tuple[Dict[str, str], List[str]]
0 commit comments