Skip to content

Commit 72e1852

Browse files
committed
Remove leftover format spec in error log
1 parent a5d29b6 commit 72e1852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def _check_result(future):
457457
r = future.result()
458458
app_log.debug("task completed: %s", r)
459459
except Exception:
460-
app_log.error("task failed: %s", exc_info=True)
460+
app_log.error("task failed", exc_info=True)
461461
done = True
462462
failed = True
463463
# TODO: Propagate error to front-end

0 commit comments

Comments
 (0)