Skip to content

Commit b138090

Browse files
committed
hack: fix ami update script
1 parent c092d91 commit b138090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/update_amis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def main():
238238
log_info("Walking through entire git history to collect all AMIs...")
239239

240240
# Create temporary directory and clone with filter
241-
with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as temp_dir:
241+
with tempfile.TemporaryDirectory() as temp_dir:
242242
repo_path = Path(temp_dir)
243243

244244
log_info(f"Cloning repository with full history for {FILE_PATH}...")

0 commit comments

Comments
 (0)