##// END OF EJS Templates
s/AttributeError/TypeError
Jonathan Frederic -
Show More
@@ -63,7 +63,7 b' class FilesWriter(WriterBase):'
63 63
64 64 # Verify that a notebook name is provided.
65 65 if notebook_name is None:
66 raise AttributeError('notebook_name')
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