Arthur-Wu committed this file on 2024-11-18

This commit is contained in:
ieemoo
2024-11-18 11:51:08 +08:00
parent 61d92d5036
commit 875fad5324
47 changed files with 323 additions and 23 deletions

View File

@ -84,8 +84,8 @@ class Engine():
indexh5path = self.__execute()
self.__set_overview_title(indexh5path, self.newName)
returnList = []
# lastReportPath = self.__move_file()
# returnList.append(lastReportPath)
lastReportPath = self.__move_file()
returnList.append(lastReportPath)
self.__delete_txt_files(txtPath)
self.__delete_pycache_dirs(self.rootpath)
return returnList