mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Remove pylint warning
This commit is contained in:
parent
74309780f1
commit
f24a832afb
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ def _get_screen_saver_inhibitor():
|
|||
try:
|
||||
return DBusScreenSaverInhibitor(name, path, interface)
|
||||
except GLib.Error as err:
|
||||
logger.error("Error during creation of DBusScreenSaverInhibitor: %s", err.message)
|
||||
logger.error("Error during creation of DBusScreenSaverInhibitor: %s", err.message) # pylint: disable=no-member
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue