提交 4235e6cd authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4489 from nouiz/nvcc_compilation_fix

Fix regression added in 1a3948cc that cause crashes.
......@@ -364,8 +364,6 @@ class NVCC_compiler(Compiler):
console_encoding = getpreferredencoding()
nvcc_stdout = decode_with(nvcc_stdout_raw, console_encoding)
nvcc_stderr = decode_with(nvcc_stderr_raw, console_encoding)
p = subprocess.Popen(
cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
finally:
os.chdir(orig_dir)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论