Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
tuned
tuned-powertop2tuned-fix-KeyError-on-id-attribu...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tuned-powertop2tuned-fix-KeyError-on-id-attribute.patch of Package tuned
--- a/experiments/powertop2tuned.py.orig 2014-10-15 09:15:23.000000000 -0400 +++ b/experiments/powertop2tuned.py 2014-12-21 01:27:40.875480511 -0500 @@ -83,7 +83,7 @@ def handle_starttag(self, tag, attrs): self.lastStartTag = tag - if self.lastStartTag == "div" and dict(attrs)["id"] == "tuning": + if self.lastStartTag == "div" and dict(attrs).get("id") == "tuning": self.inProperTable = True if self.inProperTable and tag == "td": self.tdCounter += 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor