소스 검색

Adding TODO about a helpful notice about legacy config.

Dan Helfman 8 년 전
부모
커밋
d4ae7814a0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      borgmatic/commands/borgmatic.py

+ 3 - 0
borgmatic/commands/borgmatic.py

@@ -41,6 +41,9 @@ def parse_arguments(*arguments):
 
 def main():
     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:])
         config = parse_configuration(args.config_filename, schema_filename())
         repository = config.location['repository']