Skip to content

Commit 9187e0c

Browse files
author
Lee Miller
committed
Forgotten pylint comment for os._exit
1 parent d03aa7c commit 9187e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class_objectProcessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self):
4848
random.seed()
4949
if sql_ready.wait(sql_timeout) is False:
5050
logger.fatal('SQL thread is not started in %s sec', sql_timeout)
51-
os._exit(1)
51+
os._exit(1) # pylint: disable=protected-access
5252
shared.reloadMyAddressHashes()
5353
shared.reloadBroadcastSendersForWhichImWatching()
5454
# It may be the case that the last time Bitmessage was running,

0 commit comments

Comments
 (0)