Skip to content

Commit 58e4367

Browse files
authored
Update main.py
1 parent 5f350b7 commit 58e4367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _update_max_upload_size(env):
217217
"""
218218
if not env.get("PARTITIONS_TABLE_CSV"):
219219
return
220-
220+
221221
sizes = {
222222
p["subtype"]: _parse_size(p["size"])
223223
for p in _parse_partitions(env)

0 commit comments

Comments
 (0)