Skip to content

Commit 98b1238

Browse files
Replace tab with spaces
1 parent f69bc7b commit 98b1238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def mpy_cross(mpy_cross_filename, circuitpython_tag, quiet=False):
8383

8484
if s3_url is not None:
8585
print(f"Checking S3 for {s3_url}")
86-
try:
86+
try:
8787
r = requests.get(s3_url)
8888
if r.status_code == 200:
8989
with open(mpy_cross_filename, "wb") as f:

0 commit comments

Comments
 (0)