diff options
| author | Frederick Muriuki Muriithi | 2025-12-17 12:44:52 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-17 12:44:52 -0600 |
| commit | ecdc6dbd73cd7aeb83eeb866378ef42cd8979131 (patch) | |
| tree | 484525345cd4ba11460aaac0ac43e4e99515d127 /scripts/cli/options.py | |
| parent | fd4fde868727a2779a11c38ef7cda300d4288030 (diff) | |
| download | gn-uploader-ecdc6dbd73cd7aeb83eeb866378ef42cd8979131.tar.gz | |
Fix linting problems.
Diffstat (limited to 'scripts/cli/options.py')
| -rw-r--r-- | scripts/cli/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cli/options.py b/scripts/cli/options.py index 67f35dc..70d2a27 100644 --- a/scripts/cli/options.py +++ b/scripts/cli/options.py @@ -13,7 +13,7 @@ def add_logging(parser: ArgumentParser) -> ArgumentParser: type=str, default="INFO", choices=loglevels, - help=(f"Controls the severity of events to log. Valid values are: " + + help=("Controls the severity of events to log. Valid values are: " + ", ".join(f"'{level}'" for level in loglevels))) return parser |
