提交 4f000179 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix regression added in 1a3948cc that cause crashes.

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