Skip to content

Commit 3c149be

Browse files
committed
style: Fix f-string concatenation in log message
1 parent 13dfa81 commit 3c149be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primus/backends/megatron/training/mlflow_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def upload_artifacts_to_mlflow(
240240
result["logs"] = upload_log_files_to_mlflow(mlflow_writer, exp_root_path, artifact_path="logs")
241241

242242
log_rank_0(
243-
f"[MLflow] Artifact upload complete: " f"{result['traces']} trace files, {result['logs']} log files"
243+
f"[MLflow] Artifact upload complete: {result['traces']} trace files, {result['logs']} log files"
244244
)
245245

246246
return result

0 commit comments

Comments
 (0)