From bcf182c08a08ee95073de21f5d1d6a92765bc334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Mon, 13 Jan 2025 11:07:14 +0800 Subject: [PATCH] =?UTF-8?q?Linux=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odm_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odm_preprocess.py b/odm_preprocess.py index 557a5a9..7362a22 100644 --- a/odm_preprocess.py +++ b/odm_preprocess.py @@ -115,7 +115,7 @@ class ImagePreprocessor: output_drive = os.path.splitdrive( os.path.abspath(self.config.output_dir))[0] if not output_drive: # 处理Linux/Unix路径 - output_drive = '/' + output_drive = '/home' disk_usage = psutil.disk_usage(output_drive) free_space = disk_usage.free