Loading scripts/conv_linker_config.py +10 −9 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ from google.protobuf.text_format import MessageToString def Proto(args): pb = linker_config_pb2.LinkerConfig() if args.source: for input in args.source.split(':'): json_content = '' with open(input) as f: Loading Loading @@ -104,7 +105,7 @@ def GetArgParser(): parser_proto.add_argument( '-s', '--source', required=True, nargs='?', type=str, help='Colon-separated list of linker configuration files in JSON.') parser_proto.add_argument( Loading Loading
scripts/conv_linker_config.py +10 −9 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ from google.protobuf.text_format import MessageToString def Proto(args): pb = linker_config_pb2.LinkerConfig() if args.source: for input in args.source.split(':'): json_content = '' with open(input) as f: Loading Loading @@ -104,7 +105,7 @@ def GetArgParser(): parser_proto.add_argument( '-s', '--source', required=True, nargs='?', type=str, help='Colon-separated list of linker configuration files in JSON.') parser_proto.add_argument( Loading