Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663b1e7 commit 59d667dCopy full SHA for 59d667d
1 file changed
lib/parse/handler.py
@@ -70,7 +70,7 @@ def startElement(self, name, attrs):
70
self._feedInfo("technology", attrs.get("technology"))
71
72
if self._sp.isdigit():
73
- self._feedInfo("sp", "Service Pack %s" % self._match.group(int(self._sp)))
+ self._feedInfo("sp", "Service Pack %s" % int(self._sp))
74
75
self._regexp = None
76
self._match = None
0 commit comments