Merge pull request #144 from v-rzh/vrzh-fix-typo-0

aprsd: main.py: Fix premature return in sample_config
This commit is contained in:
Walter A. Boring IV 2024-01-08 13:01:34 -05:00 committed by GitHub
commit e4e9c6e98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,8 +146,8 @@ def sample_config(ctx):
raise SystemExit
raise
LOG.warning(conf.namespace)
return
generator.generate(conf)
return
@cli.command()