We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c092d91 + b138090 commit 7fbc041Copy full SHA for 7fbc041
hack/update_amis.py
@@ -238,7 +238,7 @@ def main():
238
log_info("Walking through entire git history to collect all AMIs...")
239
240
# Create temporary directory and clone with filter
241
- with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as temp_dir:
+ with tempfile.TemporaryDirectory() as temp_dir:
242
repo_path = Path(temp_dir)
243
244
log_info(f"Cloning repository with full history for {FILE_PATH}...")
0 commit comments