This commit is contained in:
Micha Gorelick 2016-02-20 16:30:57 -05:00
parent 71f56ff102
commit ff2b37a633
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def _fetch_battery_info(pl):
devtype_name,
'State'
) != 2
return (energy * 100.0/ energy_full), state
return (energy * 100.0 / energy_full), state
return _flatten_battery
pl.debug('Not using DBUS+UPower as no batteries were found')