Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Nov 28, 2024
1 parent 6ddf470 commit fe75d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/measure_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ def auth(dxf, response):
manifest = manifest["linux/amd64"]
elif arch is "arm64":
manifest = manifest["linux/arm64"]
else:
continue
else:
continue
metadata = json.loads(manifest)

total_size = sum([layer["size"] for layer in metadata["layers"]])
Expand Down

0 comments on commit fe75d7b

Please sign in to comment.