Skip to content

Commit

Permalink
Merge branch 'main' into dont-ignore-major
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Feb 13, 2025
2 parents 6db2438 + 69992cd commit d3695ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_agent/admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def ready_middleware(request: web.BaseRequest, handler: Coroutine):
request.path,
validation_error_message,
)
raise
raise web.HTTPUnprocessableEntity(reason=validation_error_message) from e
except (LedgerConfigError, LedgerTransactionError) as e:
# fatal, signal server shutdown
LOGGER.critical("Shutdown with %s", str(e))
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update -y && \
apt-transport-https \
ca-certificates \
curl \
git \
libffi-dev \
libgmp10 \
libncurses5 \
Expand Down

0 comments on commit d3695ee

Please sign in to comment.