Skip to content

Commit 733b4a6

Browse files
committed
fix: empty f string
1 parent bfef988 commit 733b4a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/PC/c3-submission-helpers/parse-suspend-30-logs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ def main():
450450
if args.write_individual_files:
451451
print(
452452
C.low("[ INFO ]"),
453-
f"Individual results will be in",
454-
f'"{args.write_dir}"',
453+
f'Individual results will be in "{args.write_dir}"',
455454
)
456455
if not os.path.exists(args.write_dir):
457456
os.mkdir(args.write_dir)

0 commit comments

Comments
 (0)