We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8b7ea commit 41c0a7fCopy full SHA for 41c0a7f
nbformat/v3/rwbase.py
@@ -26,7 +26,7 @@ def restore_bytes(nb):
26
if 'jpeg' in output:
27
output.jpeg = str_to_bytes(output.jpeg, 'ascii')
28
except KeyError as e:
29
- validator.ValidationError(f"The notebook was invalid missing the key: {e.message}")
+ raise validator.ValidationError(f"The notebook was invalid missing the key: {e.message}")
30
return nb
31
32
# output keys that are likely to have multiline values
0 commit comments