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
Guang
x-cigale
Commits
006a2e21
Commit
006a2e21
authored
Nov 27, 2017
by
Médéric Boquien
Browse files
Add missing space after comma.
parent
c8204b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/__init__.py
View file @
006a2e21
...
...
@@ -57,7 +57,7 @@ def main():
if
sys
.
version_info
[:
2
]
<
(
3
,
5
):
raise
Exception
(
"Python {}.{} is unsupported. Please upgrade to "
"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 "
"Python 3.6 or later."
.
format
(
*
sys
.
version_info
[:
2
]))
...
...
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