Skip to content

Commit 4cfa7f6

Browse files
authored
Remove nbval version from code
1 parent 81be6c5 commit 4cfa7f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebook/static/notebook/js/codecell.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ define([
314314
this.metadata.tags !== undefined) {
315315
if (this.metadata.tags.indexOf('raises-exception') !== -1) {
316316
stop_on_error = false;
317-
} else if (this.metadata.tags.indexOf('nbval-raises-exception') !== -1) {
318-
stop_on_error = false;
319317
} else {
320318
stop_on_error = true;
321319
}

0 commit comments

Comments
 (0)