Skip to content

Commit e7ccdb4

Browse files
committed
fixup! convert.py: convert extra print() to named logger
1 parent 6e0ae01 commit e7ccdb4

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
@@ -1479,7 +1479,7 @@ def main(args_in: list[str] | None = None) -> None:
14791479
# Avoid printing anything besides the dump output
14801480
logging.basicConfig(level=logging.CRITICAL)
14811481
else:
1482-
logging.basicConfig(level=logger.INFO)
1482+
logging.basicConfig(level=logging.INFO)
14831483

14841484
if args.no_vocab and args.vocab_only:
14851485
raise ValueError("--vocab-only does not make sense with --no-vocab")

0 commit comments

Comments
 (0)