Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
32ae5e59
Commit
32ae5e59
authored
Jun 02, 2020
by
Matthieu Muffato
Committed by
ens-bwalts
Jun 30, 2020
Browse files
bugfix: wrong number of arguments
parent
9c3f06a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python3/wrapper
wrappers/python3/wrapper
+1
-1
No files found.
wrappers/python3/wrapper
View file @
32ae5e59
...
...
@@ -77,7 +77,7 @@ def do_run():
fd_in
=
int
(
sys
.
argv
[
3
])
fd_out
=
int
(
sys
.
argv
[
4
])
except
:
usage
(
'Cannot read the file descriptors as integers'
,
'run'
)
usage
(
'Cannot read the file descriptors as integers'
)
runnable
(
fd_in
,
fd_out
)
...
...
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