Skip to content
Snippets Groups Projects
Commit b8ec2a6a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Context:

- cosmetic changes
parent a3f7e8f7
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
......@@ -30,7 +30,7 @@ LOGGER = logging.getLogger(__name__)
terminate = threading.Event()
def signal_handler(signal, frame): # pylint: disable=redefined-outer-name
def signal_handler(signal, frame): # pylint: disable=redefined-outer-name,unused-argument
LOGGER.warning('Terminate signal received')
terminate.set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment