also retry 'update_indterfaces'
This commit is contained in:
parent
1859a7d4d3
commit
490939a4b7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class ApplyPatch:
|
|||
|
||||
def _create_phab(self):
|
||||
phab = Phabricator(token=self.conduit_token, host=self.host)
|
||||
phab.update_interfaces()
|
||||
try_call(lambda: phab.update_interfaces())
|
||||
return phab
|
||||
|
||||
def _get_diff(self, diff_id: int):
|
||||
|
|
Loading…
Reference in a new issue