Skip to content

Commit 0907103

Browse files
committed
fixup! convert.py: sys.stderr.write --> logger.error
1 parent c2026c1 commit 0907103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ def default_outfile(model_paths: list[Path], file_type: GGMLFileType) -> Path:
14361436
if ret in model_paths:
14371437
logger.error(
14381438
f"Error: Default output path ({ret}) would overwrite the input. "
1439-
"Please explicitly specify a path using --outfile.\n")
1439+
"Please explicitly specify a path using --outfile.")
14401440
sys.exit(1)
14411441
return ret
14421442

0 commit comments

Comments
 (0)