优化三次元检测报告

This commit is contained in:
jinling.yang
2024-07-31 10:59:35 +08:00
parent a9bbe98e8f
commit 1980ee2a9a
3 changed files with 28 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ class FtpController():
logging.error(f"Error checking file: {e}")
return False
# 下载目录下的pdf文件(程序单)
# 下载目录下的pdf文件(程序单/检测文件)
def download_program_file(self, target_dir, serverdir):
if not os.path.exists(serverdir):
os.makedirs(serverdir)