Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
3270caf6
Unverified
Commit
3270caf6
authored
Apr 15, 2022
by
Wenwei Zhang
Committed by
GitHub
Apr 15, 2022
Browse files
Fix lint issue (#1880)
parent
51b7a6d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/utils/logging.py
mmcv/utils/logging.py
+1
-1
No files found.
mmcv/utils/logging.py
View file @
3270caf6
...
@@ -89,7 +89,7 @@ def print_log(msg, logger=None, level=logging.INFO):
...
@@ -89,7 +89,7 @@ def print_log(msg, logger=None, level=logging.INFO):
msg (str): The message to be logged.
msg (str): The message to be logged.
logger (logging.Logger | str | None): The logger to be used.
logger (logging.Logger | str | None): The logger to be used.
Some special loggers are:
Some special loggers are:
- "silent": no message will be printed.
- "silent": no message will be printed.
- other str: the logger obtained with `get_root_logger(logger)`.
- other str: the logger obtained with `get_root_logger(logger)`.
- None: The `print()` method will be used to print log messages.
- None: The `print()` method will be used to print log messages.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment