Skip to content

Commit 1e0eb2f

Browse files
author
dawnguo
committed
chore: 简化日志错误信息的格式
1 parent b99e547 commit 1e0eb2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

veadk/tools/skills_tools/download_skills_tool.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ def _download_skill_via_vestack(
5050
skill_id = path_parts[1]
5151
skill_version = path_parts[2]
5252
else:
53-
logger.error(
54-
f"Invalid TosPath format for skill '{skill_name}': {tos_path}"
55-
)
53+
logger.error(f"Invalid TosPath format for skill '{skill_name}': {tos_path}")
5654
return False
5755
except Exception as e:
5856
logger.error(

0 commit comments

Comments
 (0)