1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-01-23 05:55:44 -05:00

fix pep8 failure

This commit is contained in:
Walter Boring 2026-01-21 17:53:39 -05:00
parent 72371cd4ed
commit f9cdb45ea0

View File

@ -282,7 +282,7 @@ def process_standard_options_no_config(f: F) -> F:
except cfg.ConfigFilesNotFoundError:
# Config file not needed for this function, so ignore error
pass
except cfg.RequiredOptError as roe:
except cfg.RequiredOptError:
# They are missing a required option from the config,
# but we don't care, because they aren't loading a config
pass