Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
7d012c27
Commit
7d012c27
authored
Dec 09, 2016
by
Vincent Ardisson
Committed by
Romain Bignon
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[spirica] fix a pyflakes warning, unused variable
parent
2c4862ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/spirica/pages.py
modules/spirica/pages.py
+0
-1
No files found.
modules/spirica/pages.py
View file @
7d012c27
...
@@ -162,7 +162,6 @@ class DetailsPage(LoggedPage, HTMLPage):
...
@@ -162,7 +162,6 @@ class DetailsPage(LoggedPage, HTMLPage):
assert
share_idx
assert
share_idx
curr_profile_el
=
self
.
xpath
(
'ancestor::tr/preceding-sibling::tr[@data-ri][position() = 1]'
)[
0
]
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
)
path
=
'ancestor::tr/preceding-sibling::tr[@data-ri][position() = 1][1]/td[
%
d]'
%
(
share_idx
+
1
)
profile_share
=
MyDecimal
(
path
)(
self
)
profile_share
=
MyDecimal
(
path
)(
self
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment