Skip to content

Commit 9acad6b

Browse files
committed
fix ci
Signed-off-by: YunLiu <[email protected]>
1 parent 891b9e3 commit 9acad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/bundle/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def initialize(self, *args: Any, **kwargs: Any) -> Any:
307307
"""
308308
Initialize the bundle workflow before running.
309309
"""
310-
self._props = {}
310+
self._props_vals = {}
311311

312312
def _get_property(self, name: str, property: dict) -> Any:
313313
"""

0 commit comments

Comments
 (0)