Skip to content

Commit d8a4250

Browse files
Update hyperion/app/main.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 42207cb commit d8a4250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperion/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _configure_tls_port(self):
199199

200200
except Exception as e:
201201
logger.error(f"Failed to configure TLS: {e}")
202-
raise RuntimeError(f"TLS configuration failed: {e}")
202+
raise RuntimeError(f"TLS configuration failed: {e}") from e
203203

204204

205205
def serve():

0 commit comments

Comments
 (0)