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
178
Issues
178
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
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
36d03c53
Commit
36d03c53
authored
Dec 09, 2016
by
Baptiste Delpey
Committed by
Romain Bignon
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pyflakes
parent
19eee587
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 @
36d03c53
...
@@ -161,7 +161,6 @@ class DetailsPage(LoggedPage, HTMLPage):
...
@@ -161,7 +161,6 @@ class DetailsPage(LoggedPage, HTMLPage):
share_idx
=
profile_table
.
get_colnum
(
'portfolio_share'
)
share_idx
=
profile_table
.
get_colnum
(
'portfolio_share'
)
assert
share_idx
assert
share_idx
curr_profile_el
=
self
.
xpath
(
'ancestor::tr/preceding-sibling::tr[@data-ri][position() = 1]'
)[
0
]
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