Skip to content

Commit

Permalink
CTX-3258: Fixed bug when loading experiment with id
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuk Manojlovic committed Jul 18, 2023
1 parent 43c9eff commit 3d2a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/coretex/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,4 @@ def run(
if response.hasFailed():
raise NetworkRequestError(response, "Failed to create experiment")

return cls.fetchById(response.json[0])
return cls.fetchById(response.json["experiment_ids"][0])

0 comments on commit 3d2a2b5

Please sign in to comment.