Skip to content

Commit

Permalink
Fixing breaking nbval tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 3, 2023
1 parent d255912 commit 31b88a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/failed_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"\u001b[0m\n",
"\u001b[0m\u001b[1m\u001b[31m---- Greeting is the polite thing to do ** changed : False --------------------- ERROR\u001b[0m\n",
"\u001b[0mTraceback (most recent call last):\n",
" File \"/nornir/core/task.py\", line 99, in start\n",
" File \"/nornir/core/task.py\", line 98, in start\n",
" r = self.task(self, **self.params)\n",
" File \"/tmp/ipykernel_8235/676894166.py\", line 20, in say\n",
" raise Exception(\"I can't say anything right now\")\n",
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/task_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"\u001b[0m\n",
"\u001b[0m\u001b[1m\u001b[31m---- Greeting is the polite thing to do ** changed : False --------------------- ERROR\u001b[0m\n",
"\u001b[0mTraceback (most recent call last):\n",
" File \"/nornir/core/task.py\", line 99, in start\n",
" File \"/nornir/core/task.py\", line 98, in start\n",
" r = self.task(self, **self.params)\n",
" File \"/tmp/ipykernel_8460/3588580986.py\", line 19, in say\n",
" raise Exception(\"I can't say anything right now\")\n",
Expand Down Expand Up @@ -244,7 +244,7 @@
"\u001b[0m\n",
"\u001b[0m\u001b[1m\u001b[31m---- Greeting is the polite thing to do ** changed : False --------------------- ERROR\u001b[0m\n",
"\u001b[0mTraceback (most recent call last):\n",
" File \"/nornir/core/task.py\", line 99, in start\n",
" File \"/nornir/core/task.py\", line 98, in start\n",
" r = self.task(self, **self.params)\n",
" File \"/tmp/ipykernel_8460/3588580986.py\", line 19, in say\n",
" raise Exception(\"I can't say anything right now\")\n",
Expand Down

0 comments on commit 31b88a8

Please sign in to comment.