def makeZipFile(self): dirPath = Config.getConf('CostManageAutoDLinfo', 'download_path') outputPath = Config.getConf('CostManageAutoDLinfo', 'output_path') FileOperationLib.fileArchive('cost_manage', outputPath, dirPath)
def makeZipFile(self): dirPath = Config.getConf('TimeRecordAutoDLinfo', 'download_path') outputPath = Config.getConf('TimeRecordAutoDLinfo', 'output_path') FileOperationLib.fileArchive('time_sheet', outputPath, dirPath)