mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adding support for collection browser node.
This commit is contained in:
committed by
Ashesh Vashi
parent
52b86b6fb4
commit
ed8600ef89
@@ -584,7 +584,7 @@ class ServerNode(NodeView):
|
||||
if e.message:
|
||||
return internal_server_error(errormsg=e.message)
|
||||
else:
|
||||
return internal_server_error(errormsg=str(e))
|
||||
return internal_server_error(errormsg=str(e))
|
||||
|
||||
if not status:
|
||||
current_app.logger.error(
|
||||
|
||||
Reference in New Issue
Block a user