We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03aa7c commit 9187e0cCopy full SHA for 9187e0c
1 file changed
src/class_objectProcessor.py
@@ -48,7 +48,7 @@ def __init__(self):
48
random.seed()
49
if sql_ready.wait(sql_timeout) is False:
50
logger.fatal('SQL thread is not started in %s sec', sql_timeout)
51
- os._exit(1)
+ os._exit(1) # pylint: disable=protected-access
52
shared.reloadMyAddressHashes()
53
shared.reloadBroadcastSendersForWhichImWatching()
54
# It may be the case that the last time Bitmessage was running,
0 commit comments