Skip to content

Commit

Permalink
Fix lint issue (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwwWayne authored Apr 15, 2022
1 parent 51b7a6d commit 3270caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def print_log(msg, logger=None, level=logging.INFO):
msg (str): The message to be logged.
logger (logging.Logger | str | None): The logger to be used.
Some special loggers are:
- "silent": no message will be printed.
- other str: the logger obtained with `get_root_logger(logger)`.
- None: The `print()` method will be used to print log messages.
Expand Down

0 comments on commit 3270caf

Please sign in to comment.