From 9a327ab98200a40a298dd6f7eb7305993daebfac Mon Sep 17 00:00:00 2001 From: z30043230 Date: Wed, 23 Jul 2025 17:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8F=8D=E5=90=88=E3=80=91=E3=80=90?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E3=80=91advisor=E7=9A=84output=5Fpath?= =?UTF-8?q?=E8=BD=AC=E4=B8=BA=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84=E5=86=8D?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/msprof_analyze/advisor/analyzer/analyzer_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/msprof_analyze/advisor/analyzer/analyzer_controller.py b/profiler/msprof_analyze/advisor/analyzer/analyzer_controller.py index 869c0519c..55078aa41 100644 --- a/profiler/msprof_analyze/advisor/analyzer/analyzer_controller.py +++ b/profiler/msprof_analyze/advisor/analyzer/analyzer_controller.py @@ -267,7 +267,7 @@ class AnalyzerController: try: if output_path: - + output_path = PathManager.get_realpath(output_path) PathManager.check_input_directory_path(output_path) if os.path.exists(output_path): PathManager.check_path_owner_consistent([output_path]) -- Gitee