Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bab17ed

Browse filesBrowse files
NestorTejeromethane
authored andcommitted
remove extra parameter (PyMySQL#201)
This produced the error `TypeError: _tuple_literal() missing 1 required positional argument: 'd'` on line 316.
1 parent 71e15b1 commit bab17ed
Copy full SHA for bab17ed

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎MySQLdb/connections.py

Copy file name to clipboardExpand all lines: MySQLdb/connections.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def _bytes_literal(self, bs):
297297
return b'_binary' + x
298298
return x
299299

300-
def _tuple_literal(self, t, d):
300+
def _tuple_literal(self, t):
301301
return "(%s)" % (','.join(map(self.literal, t)))
302302

303303
def literal(self, o):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.