Skip to content

Commit

Permalink
Fix extract_tar_file call for domain substitution revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Jan 3, 2024
1 parent c64f60a commit a8906cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/domain_substitution.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def revert_substitution(domainsub_cache, source_tree):
prefix='domsubcache_files', dir=str(resolved_tree)) as tmp_extract_name:
extract_path = Path(tmp_extract_name)
get_logger().debug('Extracting domain substitution cache...')
extract_tar_file(domainsub_cache, extract_path, None)
extract_tar_file(domainsub_cache, extract_path, None, False)

# Validate source tree file hashes match
get_logger().debug('Validating substituted files in source tree...')
Expand Down

0 comments on commit a8906cb

Please sign in to comment.