Skip to content
Snippets Groups Projects
Commit 56fae736 authored by Benjamin Renard's avatar Benjamin Renard
Browse files

Add pylintrc stuff

parent 34ddc8a1
Branches master
No related merge requests found
[MESSAGES CONTROL]
disable=line-too-long,
missing-docstring,
invalid-name,
locally-disabled,
too-many-arguments,
too-many-branches,
redefined-outer-name,
......@@ -167,7 +167,7 @@ in_headers = True
status = None
def handle_msg_info():
""" Handle message info after detecting a new one (or at the end) """
global total_msg, read_msg, unread_msg, unread_messages, current_message, status
global total_msg, read_msg, unread_msg, unread_messages, current_message, status # pylint: disable=global-statement
if not current_message:
return
log.debug('Handle msg "%s" info (Status = %s)', current_message, status)
......
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