diff --git a/modules/spirica/pages.py b/modules/spirica/pages.py index eaea43b23286d85e50f0d7f2a9f92516482e04e8..6ce6c2134601c2a1b4c7867dff7239ba71857ca0 100644 --- a/modules/spirica/pages.py +++ b/modules/spirica/pages.py @@ -162,7 +162,6 @@ def obj_portfolio_share(self): assert share_idx curr_profile_el = self.xpath('ancestor::tr/preceding-sibling::tr[@data-ri][position() = 1]')[0] - share_el = curr_profile_el.xpath('./td[%d]' % (share_idx + 1)) path = 'ancestor::tr/preceding-sibling::tr[@data-ri][position() = 1][1]/td[%d]' % (share_idx + 1) profile_share = MyDecimal(path)(self)