mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-21 19:42:38 +01:00
Fix new_wiki_handler
This commit is contained in:
parent
141137c012
commit
0b7f942ae9
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue