Skip to content

Commit

Permalink
Fix message hub
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE committed Dec 20, 2022
1 parent 4147e97 commit 56261ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmengine/logging/message_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def update_info(self, key: str, value: Any, resumed: bool = True) -> None:
could be resumed.
"""
self._set_resumed_keys(key, resumed)
self._resumed_keys[key] = resumed
self._runtime_info[key] = value

def update_info_dict(self, info_dict: dict, resumed: bool = True) -> None:
Expand Down

0 comments on commit 56261ca

Please sign in to comment.