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
3fb9fb02
Commit
3fb9fb02
authored
Nov 08, 2018
by
Médéric Boquien
Browse files
Remove extra single quote.
parent
cc2f94c3
Changes
1
Show whitespace changes
Inline
Side-by-side
pcigale/managers/results.py
View file @
3fb9fb02
...
@@ -397,7 +397,7 @@ class ResultsManager(object):
...
@@ -397,7 +397,7 @@ class ResultsManager(object):
name
=
"best."
+
prop
))
name
=
"best."
+
prop
))
for
band
in
self
.
obs
.
bands
:
for
band
in
self
.
obs
.
bands
:
if
band
.
startswith
(
'line.'
)
or
band
.
startswith
(
'linefilter.'
'
):
if
band
.
startswith
(
'line.'
)
or
band
.
startswith
(
'linefilter.'
):
unit
=
'W/m^2'
unit
=
'W/m^2'
else
:
else
:
unit
=
'mJy'
unit
=
'mJy'
...
...
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