Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
jflow
Commits
0c2482e3
Commit
0c2482e3
authored
Oct 25, 2013
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
1ccfe803
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/config_reader.py
View file @
0c2482e3
...
...
@@ -66,7 +66,7 @@ class JFlowConfigReader(object):
exec_path
=
self
.
reader
.
get
(
"global"
,
"makeflow"
)
except
NoOptionError
,
e
:
exec_path
=
None
if
exec_path
is
None
:
exec_path
=
software
if
exec_path
is
None
:
exec_path
=
"makeflow"
if
which
(
exec_path
)
==
None
:
sys
.
stderr
.
write
(
"Error: 'makeflow' path connot be retrieved either in the PATH and in the application.properties file!
\n
"
)
sys
.
exit
(
1
)
...
...
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