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
genotoul-bioinfo
jflow
Commits
a59e1eef
Commit
a59e1eef
authored
Dec 18, 2013
by
Jerome Mariette
Browse files
handle a better default config file parsing
parent
66054ae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
a59e1eef
...
...
@@ -153,11 +153,8 @@ class Workflow(threading.Thread):
@
staticmethod
def
config_parser
(
arg_lines
):
for
arg_line
in
arg_lines
:
for
arg
in
arg_line
.
split
():
if
not
arg
.
strip
():
continue
yield
arg
for
arg
in
arg_lines
:
yield
arg
def
__setstate__
(
self
,
state
):
self
.
__dict__
=
state
.
copy
()
...
...
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