diff options
| author | Scott Gasch <[email protected]> | 2021-09-07 22:20:40 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-09-07 22:20:40 -0700 |
| commit | b10d30a46e601c9ee1f843241f2d69a1f90f7a94 (patch) | |
| tree | 30c95e6f4333b57ff3ae7a4dee278b2097612d10 /logging_utils.py | |
| parent | f49bb9db0c6d1a8622dca1717db68462a4209112 (diff) | |
Various changes.
Diffstat (limited to 'logging_utils.py')
| -rw-r--r-- | logging_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_utils.py b/logging_utils.py index a0131b1..25919a7 100644 --- a/logging_utils.py +++ b/logging_utils.py @@ -95,7 +95,7 @@ cfg.add_argument( help='logging.info also prints to stdout.' ) -# See also: OutputMultiplexer/OutputContext +# See also: OutputMultiplexer cfg.add_argument( '--logging_captures_prints', action=argparse_utils.ActionNoYes, |
