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
006a2e21
Commit
006a2e21
authored
Nov 27, 2017
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing space after comma.
parent
c8204b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcigale/__init__.py
pcigale/__init__.py
+1
-1
No files found.
pcigale/__init__.py
View file @
006a2e21
...
@@ -57,7 +57,7 @@ def main():
...
@@ -57,7 +57,7 @@ def main():
if
sys
.
version_info
[:
2
]
<
(
3
,
5
):
if
sys
.
version_info
[:
2
]
<
(
3
,
5
):
raise
Exception
(
"Python {}.{} is unsupported. Please upgrade to "
raise
Exception
(
"Python {}.{} is unsupported. Please upgrade to "
"Python 3.5 or later."
.
format
(
*
sys
.
version_info
[:
2
]))
"Python 3.5 or later."
.
format
(
*
sys
.
version_info
[:
2
]))
if
sys
.
version_info
[:
2
]
<
(
3
,
6
):
if
sys
.
version_info
[:
2
]
<
(
3
,
6
):
print
(
"Python {}.{} detected. For better performance we recommend "
print
(
"Python {}.{} detected. For better performance we recommend "
"Python 3.6 or later."
.
format
(
*
sys
.
version_info
[:
2
]))
"Python 3.6 or later."
.
format
(
*
sys
.
version_info
[:
2
]))
...
...
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