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
Klinische Genetica
prinia
Commits
1dc01b41
Commit
1dc01b41
authored
Sep 11, 2018
by
Sander Bollen
Browse files
fix missing return statement
parent
2ce69ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
prinia/design.py
View file @
1dc01b41
...
...
@@ -68,7 +68,7 @@ def samtools_version_check(samtools_exe):
version_line
=
lines
[
0
]
try
:
is_at_least_version_samtools
(
version_line
,
(
1
,
3
))
return
is_at_least_version_samtools
(
version_line
,
(
1
,
3
))
except
ValueError
:
warnings
.
warn
(
"Could not determine samtools version. "
"Assuming it is at least as recent as version 1.3"
)
...
...
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