##// END OF EJS Templates
Fixed output to match other print statements
Jonathan Frederic -
Show More
@@ -38,5 +38,5 b' class DebugWriter(WriterBase):'
38 print('-' * 80)
38 print('-' * 80)
39 pprint(resources['outputs'], indent=2, width=70)
39 pprint(resources['outputs'], indent=2, width=70)
40 else:
40 else:
41 print("No outputs extracted from %s" % notebook_name)
41 print("no outputs extracted from %s" % notebook_name)
42 print('=' * 80)
42 print('=' * 80)
General Comments 0
You need to be logged in to leave comments. Login now