Test for MKD / RMD works like a charm
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,13 +21,13 @@ class Server:
|
||||
|
||||
def login(self, homeDir: str) -> None:
|
||||
self.isAuthenticated = True
|
||||
self.executor.baseDir = Executor(homeDir)
|
||||
self.executor = Executor("", homeDir)
|
||||
|
||||
def logout(self) -> None:
|
||||
self.networkInstance.logout()
|
||||
self.isAuthenticated = False
|
||||
self.availableServer = False
|
||||
self.executor.baseDir = Executor("")
|
||||
self.executor = Executor("")
|
||||
|
||||
def parseCommand(self, command: str) -> None:
|
||||
if command == "LINOK":
|
||||
|
||||
Reference in New Issue
Block a user