Ejemplo n.º 1
0
    def getWorkflowDirPath(self ,path_name_conf):
        read = Read()
#        filePath = os.path.abspath("../../conf") + "/path.txt"
        common = Common()
        filePath = common.getCommonPath();
        dirPath = read.read(filePath, path_name_conf)
        return dirPath
Ejemplo n.º 2
0
    def getPath(self):
        read = Read()
        common = Common()
        filePath = common.getCommonPath()
        self.target_path = read.read(filePath, "target_path")

        self.target_path = self.target_path + "\\" + self.workflowDirName + "\\"