Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion mmf/common/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ def get(cls, name, default=None, no_warning=False):

if (
"writer" in cls.mapping["state"]
and value == default
and no_warning is False
and type(value) == type(default) and value == default
):
cls.mapping["state"]["writer"].warning(
"Key {} is not present in registry, returning default value "
Expand Down