mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
[Packages] Fixed a typo
This commit is contained in:
parent
14f21921bb
commit
c7afa30d0c
@ -266,7 +266,7 @@ class PackageView(PGChildNodeView, SchemaDiffObjectCompare):
|
||||
status, rset = self.conn.execute_dict(SQL)
|
||||
|
||||
if not status:
|
||||
return internal_server_error(errormsg=res)
|
||||
return internal_server_error(errormsg=rset)
|
||||
|
||||
if len(rset['rows']) == 0:
|
||||
return gone(
|
||||
|
Loading…
Reference in New Issue
Block a user