Skip to content

Commit

Permalink
Merge pull request #8861 from OpenMined/revert-8855-01-submit-code-me…
Browse files Browse the repository at this point in the history
…thod-name-bug-fix

Revert "rename new_project.send() to new_project.start()"
  • Loading branch information
rasswanth-s authored May 27, 2024
2 parents 9769682 + e3c2f54 commit 8a6d825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/api/0.8/01-submit-code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"outputs": [],
"source": [
"# Once we start the project, it will submit the project along with the code request to the Domain Server\n",
"project = new_project.start()\n",
"project = new_project.send()\n",
"project"
]
},
Expand Down

0 comments on commit 8a6d825

Please sign in to comment.