Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvecerka23 committed Apr 5, 2024
1 parent 32cf241 commit fa29186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"\n",
" if pull_process.returncode != 0:\n",
" print(\"Failed to pull in changes.\")\n",
" # return\n",
" return\n",
" \n",
" print(\"Done pulling in changes.\")\n",
" await inject(event)"
Expand Down

0 comments on commit fa29186

Please sign in to comment.