From f48ae264fc280f94bead04c63f30f0f492639b56 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 14 Sep 2024 13:30:46 -0500 Subject: [PATCH] Fix comment --- src/pgwui_copy/views/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgwui_copy/views/copy.py b/src/pgwui_copy/views/copy.py index 2a704f6..2f9a7d8 100644 --- a/src/pgwui_copy/views/copy.py +++ b/src/pgwui_copy/views/copy.py @@ -204,7 +204,7 @@ class CopySchemaHandler(SessionDBHandler): return pgwui_core.sql.ExecuteSQL(ue, self) def render(self, errors, result): - '''Instead of rendering, just our results so we can + '''Instead of rendering, just return our results so we can decide what to do next. Input: -- 2.34.1