forked from openlp/openlp
Bug nr
This commit is contained in:
parent
056a7b72ed
commit
93fe4db118
@ -240,7 +240,7 @@ class BibleDB(QtCore.QObject, Manager, RegistryProperties):
|
|||||||
try:
|
try:
|
||||||
self.session.commit()
|
self.session.commit()
|
||||||
except OperationalError:
|
except OperationalError:
|
||||||
# Wait 10ms and try again.
|
# Wait 10ms and try again (lp#1154467)
|
||||||
time.sleep(0.01)
|
time.sleep(0.01)
|
||||||
self.session.commit()
|
self.session.commit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user