Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
dbxref
Commits
67b5e53f
Commit
67b5e53f
authored
Apr 11, 2018
by
Lukas Jelonek
Browse files
Add logging of document when exception occurs for uniprot retriever
parent
269a7236
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbxref/retrieve/uniprot.py
View file @
67b5e53f
...
...
@@ -68,6 +68,7 @@ def retrieve(dbxrefs, basic=True, sequence=True, organism=True, annotation=True,
pass
except
:
logger
.
warn
(
'Error in retrieving %s'
,
str
(
entry
))
logger
.
warn
(
'Document:
\n
%s'
,
r
.
text
)
raise
documents
.
append
(
output
)
return
documents
...
...
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