From 0b7f942ae9105d2f895f95474293be68613c9735 Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Wed, 29 Sep 2021 16:50:35 +0200 Subject: [PATCH] Fix new_wiki_handler --- new_wikis_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index c9879e8..f0f834e 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -91,7 +91,7 @@ class PostCreationHandler(object): self.main_pid, 'Post-creation work for {}'.format(self.db_name))['object'] self.post_ticket_phid = result['phid'] - self.post_ticket_bug_id = 'T' + result['id'] + self.post_ticket_bug_id = 'T' + str(result['id']) def _check_restbase(self): path = get_gerrit_path(