projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e4705
)
Improve code formatting
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 3 Sep 2024 19:16:33 +0000
(14:16 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 3 Sep 2024 19:16:33 +0000
(14:16 -0500)
src/pgwui_sql/views/sql.py
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/views/sql.py
b/src/pgwui_sql/views/sql.py
index a68632d7782456d6a70c422079416356950e949c..3b5c1b7f8f6f575f4a64f5a7347a68de2e55b6d3 100644
(file)
--- a/
src/pgwui_sql/views/sql.py
+++ b/
src/pgwui_sql/views/sql.py
@@
-145,10
+145,8
@@
class SQLHandler(pgwui_core.core.SessionDBHandler):
report_success Boolean. Whether the copy succeeded.
'''
response = super().write(result, errors)
-
response['report_success'] = (not response['errors']
and self.uf['action'] != '')
-
return response
def format_detail(self, err, stmt_text):