提交 4c39c3f1 authored 作者: Frederic's avatar Frederic

flake8

上级 9dc5d70b
...@@ -2117,8 +2117,9 @@ class GCC_compiler(Compiler): ...@@ -2117,8 +2117,9 @@ class GCC_compiler(Compiler):
cppfile.write('\n') cppfile.write('\n')
cppfile.close() cppfile.close()
lib_filename = os.path.join(location, '%s.%s' % lib_filename = os.path.join(
(module_name, get_lib_extension())) location,
'%s.%s' % (module_name, get_lib_extension()))
_logger.debug('Generating shared lib %s', lib_filename) _logger.debug('Generating shared lib %s', lib_filename)
cmd = [theano.config.cxx, get_gcc_shared_library_arg(), '-g'] cmd = [theano.config.cxx, get_gcc_shared_library_arg(), '-g']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论