Skip to content

Commit ce305b0

Browse files
committed
Make pylint shut up
This is fixed in master, but it makes no sense to backport that.
1 parent b19b816 commit ce305b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qutebrowser/utils/log.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ def change_console_formatter(level):
327327
console_handler.setFormatter(console_formatter)
328328

329329

330-
def qt_message_handler(msg_type, context, msg):
330+
def qt_message_handler(msg_type, context, # pylint: disable=too-many-branches
331+
msg):
331332
"""Qt message handler to redirect qWarning etc. to the logging system.
332333
333334
Args:

0 commit comments

Comments
 (0)