Skip to content

Commit

Permalink
Refine log information
Browse files Browse the repository at this point in the history
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
  • Loading branch information
HAOCHENYE and zhouzaida committed Oct 24, 2022
1 parent 7ef6f2a commit fc0aae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/registry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def switch_scope_and_registry(self, scope: str) -> Generator:
print_log(
f'Failed to import {scope} and register '
'its modules, please make sure you '
'haveregister the module mannuly.',
'have registered the module mannuly.',
logger='current',
level=logging.WARNING)
root = self._get_root_registry()
Expand Down

0 comments on commit fc0aae1

Please sign in to comment.