Show More
@@ -63,7 +63,7 class FilesWriter(WriterBase): | |||
|
63 | 63 | |
|
64 | 64 | # Verify that a notebook name is provided. |
|
65 | 65 | if notebook_name is None: |
|
66 |
raise |
|
|
66 | raise TypeError('notebook_name') | |
|
67 | 67 | |
|
68 | 68 | # Pull the extension and subdir from the resources dict. |
|
69 | 69 | output_extension = resources.get('output_extension', None) |
General Comments 0
You need to be logged in to leave comments.
Login now