Skip to content

Commit a5d29b6

Browse files
committed
Add back todo about error propagation
1 parent c809aca commit a5d29b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binderhub/builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def _check_result(future):
460460
app_log.error("task failed: %s", exc_info=True)
461461
done = True
462462
failed = True
463+
# TODO: Propagate error to front-end
463464

464465
build_starttime = time.perf_counter()
465466
pool = self.settings["build_pool"]

0 commit comments

Comments
 (0)