Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
134
Issues
134
List
Boards
Labels
Milestones
Merge Requests
41
Merge Requests
41
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
7118faeb
Commit
7118faeb
authored
Jun 25, 2019
by
Quentin Defenouillere
Committed by
ntome
Jul 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cragr/regions] Complete card labels
Some card labels were half empty because the xpath slightly changes.
parent
699be790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pages.py
modules/cragr/regions/pages.py
+2
-2
No files found.
modules/cragr/regions/pages.py
View file @
7118faeb
...
...
@@ -477,8 +477,8 @@ class MultipleCardsPage(CardsPage):
# Card label is formatted as 'Carte VISA Premier - Mr M Lastname'
obj_label
=
Format
(
'
%
s -
%
s'
,
CleanText
(
'.//caption/span[
@class="tdb-cartes-carte"
]'
),
CleanText
(
'.//caption/span[
@class="tdb-cartes-prop"
]'
)
CleanText
(
'.//caption/span[
has-class("tdb-cartes-carte")
]'
),
CleanText
(
'.//caption/span[
has-class("tdb-cartes-prop")
]'
)
)
obj_type
=
Account
.
TYPE_CARD
...
...
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