Skip to content

Commit

Permalink
fix: 修复bscp插件插件渲染中文title显示为英文 (closed TencentBlueKing#2426)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17719
  • Loading branch information
jpyoung3 committed Sep 9, 2024
1 parent 55a1600 commit d13f9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/plugin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def create_pkg_record(
if is_external
else f"{constants.PluginChildDir.OFFICIAL.value}/",
)

logger.info(
"project -> {project} version -> {version} now is pack to package_tmp_path -> {package_tmp_path}".format(
project=project, version=pkg_record.version, package_tmp_path=package_tmp_path
Expand Down

0 comments on commit d13f9ed

Please sign in to comment.