mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-02 13:17:54 -04:00
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:
commit
e4e9c6e98b
@ -146,8 +146,8 @@ def sample_config(ctx):
|
|||||||
raise SystemExit
|
raise SystemExit
|
||||||
raise
|
raise
|
||||||
LOG.warning(conf.namespace)
|
LOG.warning(conf.namespace)
|
||||||
return
|
|
||||||
generator.generate(conf)
|
generator.generate(conf)
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user