| Index: client/third_party/infra_libs/ts_mon/config.py
|
| diff --git a/client/third_party/infra_libs/ts_mon/config.py b/client/third_party/infra_libs/ts_mon/config.py
|
| index 68ef14b0f31c9ada0d6618e4af62029e3a97e89f..df29c71ad2c5673770bf181baa82224b885337a8 100644
|
| --- a/client/third_party/infra_libs/ts_mon/config.py
|
| +++ b/client/third_party/infra_libs/ts_mon/config.py
|
| @@ -175,6 +175,7 @@ def add_argparse_options(parser):
|
| default=False, action='store_true',
|
| help='use the new proto schema (default: false)')
|
|
|
| +
|
| def process_argparse_options(args):
|
| """Process command line arguments to initialize the global monitor.
|
|
|
|
|