mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
Fix challenge notebook exception handling (#202)
This commit is contained in:
committed by
Donne Martin
parent
ba3fb473b1
commit
8f728dd52d
@@ -132,7 +132,7 @@
|
||||
" test.test_add_digits(solution.add_digits)\n",
|
||||
" try:\n",
|
||||
" test.test_add_digits(solution.add_digits_optimized)\n",
|
||||
" except NameError:\n",
|
||||
" except AttributeError:\n",
|
||||
" # Alternate solutions are only defined\n",
|
||||
" # in the solutions file\n",
|
||||
" pass\n",
|
||||
|
||||
Reference in New Issue
Block a user