Disable pylint unused-argumet warning on the signal handler
This commit is contained in:
parent
a93c0f8417
commit
03d6361a3d
|
@ -15,7 +15,7 @@ from .manager import Manager
|
||||||
from .listener import Listener
|
from .listener import Listener
|
||||||
|
|
||||||
|
|
||||||
def handler(s, f):
|
def handler(s, f): # pylint: disable=unused-argument
|
||||||
logging.info('Gracefully shutting down MiNode')
|
logging.info('Gracefully shutting down MiNode')
|
||||||
shared.shutting_down = True
|
shared.shutting_down = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user