mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-04 18:48:29 -04:00
Remove warning during sample-config
This patch removes a warning log during sample-config generation
This commit is contained in:
parent
f810c02d5d
commit
d485f484ec
@ -145,7 +145,6 @@ def sample_config(ctx):
|
||||
if not sys.argv[1:]:
|
||||
raise SystemExit
|
||||
raise
|
||||
LOG.warning(conf.namespace)
|
||||
generator.generate(conf)
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user