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
184
Issues
184
List
Boards
Labels
Milestones
Merge Requests
50
Merge Requests
50
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
The new woob repository is here:
https://gitlab.com/woob/woob
. This gitlab will be removed soon.
Open sidebar
weboob
weboob
Commits
a358abf1
Commit
a358abf1
authored
Mar 08, 2021
by
Vincent A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[caissedepargne] given pages.py, Document.url cannot be null
parent
16bf5522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
modules/caissedepargne/module.py
modules/caissedepargne/module.py
+0
-4
No files found.
modules/caissedepargne/module.py
View file @
a358abf1
...
...
@@ -30,7 +30,6 @@
CapDocument
,
Subscription
,
SubscriptionNotFound
,
Document
,
DocumentNotFound
,
DocumentTypes
,
)
from
weboob.capabilities.base
import
NotAvailable
from
weboob.capabilities.contact
import
CapContact
from
weboob.capabilities.profile
import
CapProfile
from
weboob.capabilities.base
import
find_object
...
...
@@ -169,9 +168,6 @@ def download_document(self, document):
if
not
isinstance
(
document
,
Document
):
document
=
self
.
get_document
(
document
)
if
document
.
url
is
NotAvailable
:
return
return
self
.
browser
.
download_document
(
document
)
def
iter_emitters
(
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