From a7c0e0214554acc81f92606b8249c69c073975df Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2020 17:46:11 +0800 Subject: [PATCH] fix notes error --- mindinsight/profiler/parser/aicpu_data_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindinsight/profiler/parser/aicpu_data_parser.py b/mindinsight/profiler/parser/aicpu_data_parser.py index 3a0bb31..ecd6f56 100644 --- a/mindinsight/profiler/parser/aicpu_data_parser.py +++ b/mindinsight/profiler/parser/aicpu_data_parser.py @@ -41,7 +41,7 @@ class DataPreProcessParser: self._source_file_name = self._get_source_file() def _get_source_file(self): - """get hwts log file name, which was created by ada service""" + """get log file name, which was created by ada service""" return get_file_join_name(self._input_path, _source_file_target) -- GitLab