提交 80890e52 authored 作者: Chiheb Trabelsi's avatar Chiheb Trabelsi

cmodule.py respecting flake8 norms.

上级 72851714
...@@ -2304,7 +2304,7 @@ class GCC_compiler(Compiler): ...@@ -2304,7 +2304,7 @@ class GCC_compiler(Compiler):
py_string = re.search('-lpython["."0-9]*', nf_lib, re.IGNORECASE).group()[8:] py_string = re.search('-lpython["."0-9]*', nf_lib, re.IGNORECASE).group()[8:]
if py_string != '': if py_string != '':
print( print(
'Check if package python-dev ' + py_string + ' or python-devel ' + py_string + ' is installed.' 'Check if package python-dev ' + py_string + ' or python-devel ' + py_string + ' is installed.'
) )
else: else:
print( print(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论