##// END OF EJS Templates
Fixed call to pretty print....
Jonathan Frederic -
Show More
@@ -36,7 +36,7 b' class DebugWriter(WriterBase):'
36 if 'outputs' in resources:
36 if 'outputs' in resources:
37 print("outputs extracted from %s" % notebook_name)
37 print("outputs extracted from %s" % notebook_name)
38 print('-' * 80)
38 print('-' * 80)
39 pprint.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