Fix bad-whitespace errors found by pylint
This commit is contained in:
parent
7af57c7fc4
commit
57204a215e
23 changed files with 66 additions and 66 deletions
|
@ -39,7 +39,7 @@ class Module(bumblebee.engine.Module):
|
|||
backlight = int(f.readline())
|
||||
with open("{}/max_brightness".format(self._device_path)) as f:
|
||||
max_brightness = int(f.readline())
|
||||
self._brightness=float(backlight*100/max_brightness)
|
||||
self._brightness = float(backlight*100/max_brightness)
|
||||
except:
|
||||
return "Error"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue