one more typo

This commit is contained in:
Yann Leboulanger 2008-04-16 19:52:47 +00:00
parent 18c8500f9b
commit fdf46e5430
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ class Logger:
self.cur.execute('''
INSERT INTO caps_cache ( node, ver, ext, data )
VALUES (?, ?, ?, ?);
''' % (node, ver, ext, buffer(data))) # (1) -- note above
''', (node, ver, ext, buffer(data))) # (1) -- note above
try:
self.con.commit()
except sqlite.OperationalError, e: