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