From 165f3c2c437b5bb27080b4c43fa5ad7b7f6a0c2b Mon Sep 17 00:00:00 2001 From: z30043230 Date: Wed, 23 Jul 2025 17:38:05 +0800 Subject: [PATCH] =?UTF-8?q?advisor=E7=9A=84output=5Fpath=E8=BD=AC=E4=B8=BA?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84=E5=86=8D=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 b9a235773..2abbe3412 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