Removed extra 'i' character inserted accidentally due to mode switching in vim.

This commit is contained in:
Stephen Tanner
2014-10-14 17:21:00 -04:00
parent 617abda1cc
commit b2bc1835c3

View File

@@ -78,7 +78,7 @@ class DB2Adapter(BaseAdapter):
self.connector = connector
if do_connect: self.reconnect()
def execute(self,commandi,placeholders=None):
def execute(self,command,placeholders=None):
if command[-1:]==';':
command = command[:-1]
if placeholders: