nandHyf преди 1 година
родител
ревизия
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)