Skip to content

Commit

Permalink
Fix #6274 start
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Sep 4, 2023
1 parent 72744da commit 4674464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sirepo/reply.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ def http_response(self, sreply):
return self._json(
PKDict({STATE: ERROR_STATE, ERROR_STATE: self.value.error})
)
render error in text in the html
https://github.com/radiasoft/sirepo/issues/6274
return self._status(500, sreply)

def websocket_content(self):
Expand Down

0 comments on commit 4674464

Please sign in to comment.