Skip to content

Commit b0e588a

Browse files
mooperdrobtaylor
authored andcommitted
do not allow redirects when submitting
1 parent d7408c1 commit b0e588a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ def submit(self, rtlil_path, *, dry_run=False):
184184
files={
185185
"rtlil": open(rtlil_path, "rb"),
186186
"config": json.dumps(config),
187-
})
187+
},
188+
allow_redirects=False
189+
)
188190

189191
# Parse response body
190192
try:

0 commit comments

Comments
 (0)