Show More
@@ -541,9 +541,7 b' class MarkupRenderer(object):' | |||
|
541 | 541 |
|
|
542 | 542 |
|
|
543 | 543 |
|
|
544 | try: | |
|
545 | (body, resources) = as_html(notebook) | |
|
546 | except AttributeError: | |
|
544 | if captured_errors: | |
|
547 | 545 |
|
|
548 | 546 |
|
|
549 | 547 |
|
@@ -551,6 +549,8 b' class MarkupRenderer(object):' | |||
|
551 | 549 |
|
|
552 | 550 |
|
|
553 | 551 |
|
|
552 | else: | |
|
553 | body, _ = as_html(notebook) | |
|
554 | 554 |
|
|
555 | 555 | |
|
556 | 556 |
General Comments 0
You need to be logged in to leave comments.
Login now