Describe the bug
A SyntaxWarning shows up when booting the latest pg_admin4 official docker image:
pgadmin4 | /venv/lib/python3.14/site-packages/sshtunnel.py:1040: SyntaxWarning: 'return' in a 'finally' block
pgadmin4 | return (ssh_host,
A clear and concise description of what the bug is.
Simply boot the latest official docker image of pgadmin4 ( dpage/pgadmin4:9.14 )
Expected behavior
No such SyntaxWarning get printed to stdout.
Describe the bug
A SyntaxWarning shows up when booting the latest pg_admin4 official docker image:
A clear and concise description of what the bug is.
Simply boot the latest official docker image of pgadmin4 (
dpage/pgadmin4:9.14)Expected behavior
No such SyntaxWarning get printed to stdout.