Skip to content

Commit 40c6b72

Browse files
committed
Apply black format
1 parent 1958612 commit 40c6b72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fprime/util/commands.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ def run_code_format(
205205
for excluded_dir in parsed.exclude:
206206
excluded_path = Path(excluded_dir)
207207
if not excluded_path.is_dir():
208-
print(f"[INFO] {excluded_path} is not a directory. Skipping it from excluded directories.")
208+
print(
209+
f"[INFO] {excluded_path} is not a directory. Skipping it from excluded directories."
210+
)
209211
continue
210212
for allowed_ext in clang_formatter.allowed_extensions:
211213
for file in excluded_path.rglob(f"*{allowed_ext}"):

0 commit comments

Comments
 (0)