From 9d23cf84bbd8db847fc180ab34f426d949f161b1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 11 Mar 2019 20:11:33 +0800 Subject: [PATCH] 1 --- scripts/construct/build_pb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/construct/build_pb.py b/scripts/construct/build_pb.py index 97721e0..166b764 100644 --- a/scripts/construct/build_pb.py +++ b/scripts/construct/build_pb.py @@ -85,14 +85,14 @@ parser.add_option( "", "--cpp_out", dest = "cpp_out", - default = True, + default = '', help = "", ) parser.add_option( "", "--python_out", dest = "python_out", - default = True, + default = '', help = "", ) parser.add_option(