Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix MessageHub set resumed key repeatedly #839

Merged
merged 4 commits into from
Dec 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix message hub
  • Loading branch information
HAOCHENYE committed Dec 20, 2022
commit 56261ca8c7312953aa6b8f2db5c5e56d8aa3da2d
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