Skip to content

Commit

Permalink
Fixes print
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder committed Nov 27, 2023
1 parent de76d14 commit 530d5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def compute_profiler_predictions(
result_dict: tp.Dict[int, bool] = {}
for config_id in config_ids:
print(
f"Compute profiler predictions:\n profiler={profiler.name} - "
f"Compute profiler predictions: profiler={profiler.name} - "
f"{project_name=} - {patch_name} - {config_id=}"
)
report_files = get_processed_revisions_files(
Expand Down

0 comments on commit 530d5e1

Please sign in to comment.