Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Oct 12, 2023
1 parent cb2fd3b commit e07b4e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monai/bundle/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,6 @@ def ckpt_export(
parser.read_config(f=config_file_)
# the rest key-values in the _args are to override config content
for k, v in _args.items():
if k == "bundle_root":
print(k)
parser[k] = v

meta_file_ = os.path.join(bundle_root, "configs", "metadata.json") if meta_file_ is None else meta_file_
Expand Down

0 comments on commit e07b4e0

Please sign in to comment.