1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake persist_data: Fix module reference

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2364 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-04 22:45:37 +00:00
parent 71068e7cee
commit e33eaf13d5
+1 -1
View File
@@ -97,7 +97,7 @@ class PersistData:
try:
self.connection.execute(query)
return
except pysqlite2.dbapi2.OperationalError, e:
except sqlite3.OperationalError, e:
if 'database is locked' in str(e):
continue
raise