regenerate false
This commit is contained in:
parent
cacd4fe26b
commit
7f5b946e99
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def assert_expected_downloads(
|
||||||
dry_run: bool,
|
dry_run: bool,
|
||||||
expected_download_summary_file_name: str,
|
expected_download_summary_file_name: str,
|
||||||
ignore_md5_hashes_for: Optional[List[str]] = None,
|
ignore_md5_hashes_for: Optional[List[str]] = None,
|
||||||
regenerate_expected_download_summary: bool = True,
|
regenerate_expected_download_summary: bool = False,
|
||||||
):
|
):
|
||||||
if dry_run:
|
if dry_run:
|
||||||
output_directory_contents = list(Path(output_directory).rglob("*"))
|
output_directory_contents = list(Path(output_directory).rglob("*"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue