1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-09-19 13:48:47 +02:00

Fix new_wiki_handler

This commit is contained in:
Amir Sarabadani 2021-09-29 16:50:35 +02:00
parent 141137c012
commit 0b7f942ae9

View file

@ -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(