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
526d86ff
Commit
526d86ff
authored
Sep 12, 2017
by
Lukas Jelonek
Browse files
Fix bug: retriever scripts don't retrieve any entries anymore
parent
0874c47e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbxref/resolver.py
View file @
526d86ff
...
...
@@ -13,7 +13,7 @@ TIMEOUT='TIMEOUT'
def
resolve
(
strings
,
check_existence
=
True
):
results
=
[]
for
s
in
strings
:
exists
=
True
exists
=
FOUND
if
check_existence
:
exists
=
check_dbxref_exists
(
s
)
dbxref
=
convert_string_to_dbxref
(
s
)
...
...
Write
Preview
Supports
Markdown
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