Skip to content

Commit 8b41d2c

Browse files
committed
ci: Fix indent
Signed-off-by: Chaitanya Tata <[email protected]>
1 parent af282a4 commit 8b41d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_blobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def render_template(template_path: str, output_path: str, latest_sha: str, is_pr
156156
raise ValueError(f"Failed to download blob for {blob.name}: {e}")
157157
except Exception as e:
158158
logger.error(f"Unexpected error processing blob {blob.name}: {e}")
159-
raise ValueError(f"Error processing blob {blob.name}: {e}")
159+
raise ValueError(f"Error processing blob {blob.name}: {e}")
160160

161161
blobs[blob.name] = blob_info
162162

0 commit comments

Comments
 (0)