Skip to content

Commit 800dd4e

Browse files
committed
Merge branch 'pythonicworkflow' of https://github.com/KumoLiu/MONAI into pythonicworkflow
2 parents 7248c2b + b94b2a0 commit 800dd4e

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
@@ -280,7 +280,7 @@ def __init__(
280280
super().__init__(workflow_type=workflow_type, workflow=workflow, properties_path=properties_path, meta_file=meta_file, logging_file=logging_file)
281281
self._props = {}
282282
self._set_props = {}
283-
283+
284284
self.parser = ConfigParser()
285285
if config_file is not None:
286286
self.parser.read_config(f=config_file)

0 commit comments

Comments
 (0)