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
cigale
CIGALE
Commits
f456e6f3
Commit
f456e6f3
authored
Jul 09, 2013
by
Yannick Roehlly
Browse files
Don't use blank=True in analysis module
parent
5e047d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/session/configuration.py
View file @
f456e6f3
...
...
@@ -219,8 +219,7 @@ class Configuration(object):
"Configuration of the statistical analysis method."
)
module_name
=
self
.
config
[
'analysis_method'
]
for
name
,
(
typ
,
desc
,
default
)
in
\
analysis
.
get_module
(
module_name
,
blank
=
True
).
parameter_list
.
items
():
analysis
.
get_module
(
module_name
).
parameter_list
.
items
():
if
default
is
None
:
default
=
''
self
.
config
[
'analysis_configuration'
][
name
]
=
default
...
...
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