Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
ea5b9168
Commit
ea5b9168
authored
Feb 28, 2017
by
Floreal Cabanettes
Browse files
Fix bug
parent
79282e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/weaver/function.py
View file @
ea5b9168
...
...
@@ -249,9 +249,7 @@ def prepare_arguments(*args):
{{2}}
if __name__ == '__main__':
(new_args, output_path) = prepare_arguments(*sys.argv[1:])
{{4}}
outputs = {{3}}(*new_args)
{{5}}
if not isinstance(outputs, list): outputs = [outputs]
# in case the returned object is a table
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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