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:
parent
72371cd4ed
commit
f9cdb45ea0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user