Adding TODO about a helpful notice about legacy config.
This commit is contained in:
parent
999feb81ca
commit
644c2e6612
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ def parse_arguments(*arguments):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
try:
|
try:
|
||||||
|
# TODO: Detect whether only legacy config is present. If so, inform the user about how to
|
||||||
|
# upgrade, then exet.
|
||||||
|
|
||||||
args = parse_arguments(*sys.argv[1:])
|
args = parse_arguments(*sys.argv[1:])
|
||||||
config = parse_configuration(args.config_filename, schema_filename())
|
config = parse_configuration(args.config_filename, schema_filename())
|
||||||
repository = config.location['repository']
|
repository = config.location['repository']
|
||||||
|
|
Loading…
Reference in a new issue