This commit is contained in:
Samuel Mehrbrodt 2014-04-10 21:46:32 +02:00
parent 056a7b72ed
commit 93fe4db118
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class BibleDB(QtCore.QObject, Manager, RegistryProperties):
try:
self.session.commit()
except OperationalError:
# Wait 10ms and try again.
# Wait 10ms and try again (lp#1154467)
time.sleep(0.01)
self.session.commit()