##// END OF EJS Templates
fix non-existing attribute
Matthias Bussonnier -
Show More
@@ -579,7 +579,7 b' class EmbeddedSphinxShell(object):'
579 w.filename, w.lineno, w.line)
579 w.filename, w.lineno, w.line)
580 sys.stdout.write(s)
580 sys.stdout.write(s)
581 sys.stdout.write('<<<' + ('-' * 73) + '\n')
581 sys.stdout.write('<<<' + ('-' * 73) + '\n')
582 if self.shell.warning_is_error:
582 if self.warning_is_error:
583 raise RuntimeError('Non Expected warning in `{}` line {}'.format(filename, lineno))
583 raise RuntimeError('Non Expected warning in `{}` line {}'.format(filename, lineno))
584
584
585 self.cout.truncate(0)
585 self.cout.truncate(0)
General Comments 0
You need to be logged in to leave comments. Login now