402 clientType = \ |
402 clientType = \ |
403 self.__venvManager.getVirtualenvVariant(venvName) |
403 self.__venvManager.getVirtualenvVariant(venvName) |
404 if not clientType: |
404 if not clientType: |
405 # assume Python 3 |
405 # assume Python 3 |
406 clientType = "Python3" |
406 clientType = "Python3" |
|
407 sysPath = [] |
407 self.__dbs.remoteUTDiscover(clientType, self.__forProject, |
408 self.__dbs.remoteUTDiscover(clientType, self.__forProject, |
408 workdir, venvName, sysPath, |
409 workdir, venvName, sysPath, |
409 discoveryStart) |
410 discoveryStart) |
410 else: |
411 else: |
411 # we are running as an application |
412 # we are running as an application |