Skip to content

Commit 445b976

Browse files
committed
pass dict params to archiver
1 parent 6579a19 commit 445b976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_delphi_utils_python/delphi_utils/archive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ def archive_exports(self, exported_files: Files) -> Tuple[Files, Files]:
588588
args = parser.parse_args()
589589
params = read_params()
590590
run_module(args.archive_type,
591-
params.cache_dir,
592-
params.export_dir,
591+
params["cache_dir"],
592+
params["export_dir"],
593593
aws_credentials=params.aws_credentials,
594594
branch_name=args.branch_name,
595595
bucket_name=params.bucket_name,

0 commit comments

Comments
 (0)