Skip to content

Commit c9ac3b2

Browse files
committed
Add return False that was wrongly removed when resolving conflicts with main branch
1 parent 833140c commit c9ac3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/sqlite3/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
7878
if not sqlite3.complete_statement(source):
7979
return True
8080
execute(self._cur, source, theme=theme)
81+
return False
8182

8283

8384
def main(*args):

0 commit comments

Comments
 (0)