7978:1e391f977124 | 7979:54b73174ab61 |
---|---|
426 | 426 |
427 @return flag indicating the execution of a command | 427 @return flag indicating the execution of a command |
428 @rtype bool | 428 @rtype bool |
429 """ | 429 """ |
430 return self.__commandRunning | 430 return self.__commandRunning |
431 | |
432 def getRepository(self): | |
433 """ | |
434 Public method to get the repository path this client is serving. | |
435 | |
436 @return repository path | |
437 @rtype str | |
438 """ | |
439 return self.__repoPath |