parent
04da3572cb
commit
9f0d0026e6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def catch_operationalerrors(method):
|
||||||
except utils.OperationalError as err:
|
except utils.OperationalError as err:
|
||||||
if 'database is locked' not in err:
|
if 'database is locked' not in err:
|
||||||
raise
|
raise
|
||||||
if app.APP.monitor.waitForAbort(0.1):
|
if app.APP.monitor.waitForAbort(1):
|
||||||
# PKC needs to quit
|
# PKC needs to quit
|
||||||
return
|
return
|
||||||
attempts -= 1
|
attempts -= 1
|
||||||
|
|
Loading…
Reference in a new issue