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
a258d7c7
Commit
a258d7c7
authored
Jan 10, 2017
by
Médéric Boquien
Browse files
The configobj type for the data_file key in pcigale.ini should be string() and not string.
parent
990c4996
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/session/configuration.py
View file @
a258d7c7
...
...
@@ -76,7 +76,7 @@ class Configuration(object):
"'_err' suffix for the uncertainties. The fluxes and the "
"uncertainties must be in mJy. This file is optional to generate "
"the configuration file, in particular for the savefluxes module."
)
self
.
spec
[
'data_file'
]
=
"string"
self
.
spec
[
'data_file'
]
=
"string
()
"
self
.
config
[
'parameters_file'
]
=
""
self
.
config
.
comments
[
'parameters_file'
]
=
[
""
]
+
wrap
(
...
...
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