##// END OF EJS Templates
fix typo after #61 merge making ./nbconvert crash...
Matthias BUSSONNIER -
Show More
@@ -84,4 +84,4 b" if __name__ == '__main__':"
84 exclude_cells = [s.strip() for s in args.exclude.split(',')]
84 exclude_cells = [s.strip() for s in args.exclude.split(',')]
85
85
86 main(infile=args.infile[0], format=args.format, preamble=args.preamble,
86 main(infile=args.infile[0], format=args.format, preamble=args.preamble,
87 exclude=exclude_cells, highlight_code=args.no_highlighting)
87 exclude=exclude_cells, highlight_source=args.no_highlighting)
General Comments 0
You need to be logged in to leave comments. Login now