We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee84c commit 4ed5815Copy full SHA for 4ed5815
Lib/sqlite3/__main__.py
@@ -55,7 +55,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
55
Return False if input is a complete statement ready for execution.
56
"""
57
theme = get_theme(force_no_color=not self._use_color)
58
-
+
59
if not source or source.isspace():
60
return False
61
if source[0] == ".":
0 commit comments