From 4fc5d52259abc85ef71e4bfa1ea603799f7cd89c Mon Sep 17 00:00:00 2001 From: qinxialei Date: Thu, 28 Jan 2021 19:35:22 +0000 Subject: [PATCH] Change-python-to-python3 Change python to python3 Gbp-Pq: Name Change-python-to-python3.patch --- src/gn/exec_process_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gn/exec_process_unittest.cc b/src/gn/exec_process_unittest.cc index 5ca0605..599892d 100644 --- a/src/gn/exec_process_unittest.cc +++ b/src/gn/exec_process_unittest.cc @@ -33,7 +33,7 @@ bool ExecPython(const std::string& command, args.push_back(L"-c"); args.push_back(base::UTF8ToUTF16(command)); #else - args.push_back("python"); + args.push_back("python3"); args.push_back("-c"); args.push_back(command); #endif -- 2.30.2