diff --git a/mindinsight/profiler/parser/aicpu_data_parser.py b/mindinsight/profiler/parser/aicpu_data_parser.py index 3a0bb31a845cd548cdb5eebf7cc0b3a2c3100a7e..ecd6f56f154e861945874825e8705e2f92831966 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)