Skip to content

Commit

Permalink
Enable error propagation from nbconvert to frontend (kubeflow#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchili authored and k8s-ci-robot committed Aug 21, 2019
1 parent 94aa078 commit a4991fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/apiserver/visualization/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def __init__(
self.km.start_kernel()
self.ep = ExecutePreprocessor(
timeout=self.timeout,
kernel_name='python3'
kernel_name='python3',
allow_errors=True
)

@staticmethod
Expand Down

0 comments on commit a4991fd

Please sign in to comment.