mirror of
https://github.com/pim-n/pg-rad
synced 2026-06-17 15:59:35 +02:00
fix #61
This commit is contained in:
@ -84,7 +84,11 @@ def main():
|
|||||||
"""
|
"""
|
||||||
elif args.config:
|
elif args.config:
|
||||||
input_config = args.config
|
input_config = args.config
|
||||||
|
else:
|
||||||
|
logger.warning(
|
||||||
|
"No input provided. Try --example or --config path/to/config.yml. "
|
||||||
|
)
|
||||||
|
sys.exit(1)
|
||||||
try:
|
try:
|
||||||
cp = ConfigParser(input_config).parse()
|
cp = ConfigParser(input_config).parse()
|
||||||
if cp.options.seed is None:
|
if cp.options.seed is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user