Skip to content

Commit

Permalink
bugfix: 修复迁移配置模板报错的问题 (fixed #112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Nov 29, 2021
1 parent 9b716ed commit 03ec5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gsekit/migrate/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def list_config_file(self):

def list_config_versions(self, config_template_id):
return self.perform_request(
uri=f"api/get_no_draft_versions_by_template_id/{self.bk_biz_id}/{config_template_id}/"
uri=f"api/get_no_draft_versions_by_template_id/{self.bk_biz_id}/{config_template_id}"
)

def get_process_templates_with_bound_info(self, bk_process_id):
Expand Down

0 comments on commit 03ec5ff

Please sign in to comment.