regenerate false

This commit is contained in:
Jesse Bannon 2022-10-14 15:32:28 -07:00
parent cacd4fe26b
commit 7f5b946e99

View file

@ -117,7 +117,7 @@ def assert_expected_downloads(
dry_run: bool,
expected_download_summary_file_name: str,
ignore_md5_hashes_for: Optional[List[str]] = None,
regenerate_expected_download_summary: bool = True,
regenerate_expected_download_summary: bool = False,
):
if dry_run:
output_directory_contents = list(Path(output_directory).rglob("*"))