mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove unnecessary quotes.
This commit is contained in:
parent
ddfa934357
commit
ea2b3f43bd
@ -637,7 +637,7 @@ WHERE
|
||||
if not results:
|
||||
if not cur.closed:
|
||||
cur.close()
|
||||
yield gettext('"The query executed did not return any data."')
|
||||
yield gettext('The query executed did not return any data.')
|
||||
return
|
||||
|
||||
header = [c.to_dict()['name'] for c in cur.ordered_description()]
|
||||
|
Loading…
Reference in New Issue
Block a user