nandHyf 1 год назад
Родитель
Сommit
ce3b668a1b
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Controller.py

+ 2 - 0
Controller.py

@@ -41,6 +41,8 @@ class Client():
             app_commands = input(currentPath + "/: ", ).split(" ")
             # Input exception check
             
+            # [todo 1]
+            # 直接在这check一下length
             # Add DBType && Path
             app_commands.append(dbPath)
             app_commands.append(dbType)