We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d29b6 commit 72e1852Copy full SHA for 72e1852
binderhub/builder.py
@@ -457,7 +457,7 @@ def _check_result(future):
457
r = future.result()
458
app_log.debug("task completed: %s", r)
459
except Exception:
460
- app_log.error("task failed: %s", exc_info=True)
+ app_log.error("task failed", exc_info=True)
461
done = True
462
failed = True
463
# TODO: Propagate error to front-end
0 commit comments