Skip to content

Commit 2760e6d

Browse files
committed
Revert "do not allow redirects when submitting"
This reverts commit b0e588a.
1 parent fcc52ca commit 2760e6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chipflow_lib/steps/silicon.py

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

191189
# Parse response body
192190
try:

0 commit comments

Comments
 (0)