xmlapi: Fix some pylint

This commit is contained in:
Cole Robinson 2018-02-20 11:27:55 -05:00
parent dfa0fa34b4
commit a8fb49dbe0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class _XPathSegment(object):
self.condition_prop = cprop.strip("@")
self.condition_val = cval.strip("'")
elif cond.isdigit():
self.condtion_num = int(cond)
self.condition_num = int(cond)
self.is_prop = self.nodename.startswith("@")
if self.is_prop: