Skip to content

Commit 81a9253

Browse files
committed
[chore]: add comma on error msg pre-commit comp.
Signed-off-by: yeshsurya <[email protected]>
1 parent 4a97e58 commit 81a9253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/utils/argparse_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def load_config_file(self, file_path: str) -> list[str]:
483483
except Exception as ex:
484484
logger.error(
485485
"Unable to read the config file at %s. Check path correctness",
486-
file_path
486+
file_path,
487487
)
488488
raise ex
489489

0 commit comments

Comments
 (0)