Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Jan 17, 2023
1 parent 006e900 commit 9b00b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/bundle/config_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def resolve_module_name(self):
config = dict(self.get_config())
target = config.get("_target_")
if not isinstance(target, str):
return target
return target # for feature discussed in project-monai/monai#5852

module = self.locator.get_component_module_name(target)
if module is None:
Expand Down

0 comments on commit 9b00b3b

Please sign in to comment.