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