Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
ca2e1a83
Commit
ca2e1a83
authored
Feb 16, 2016
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove erroneous instruction.
parent
fff4a8a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
pcigale/session/configuration.py
pcigale/session/configuration.py
+1
-3
No files found.
pcigale/session/configuration.py
View file @
ca2e1a83
...
...
@@ -231,9 +231,7 @@ class Configuration(object):
param
,
message
))
else
:
print
(
"Parameter {}: {}"
.
format
(
param
,
message
))
print
(
"Run the same command after having fixed pcigale.ini. If you"
" want to disable error checking, simply remove the "
"pcigale.ini.spec file."
)
print
(
"Run the same command after having fixed pcigale.ini."
)
return
None
...
...
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