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):
|
def _create_phab(self):
|
||||||
phab = Phabricator(token=self.conduit_token, host=self.host)
|
phab = Phabricator(token=self.conduit_token, host=self.host)
|
||||||
phab.update_interfaces()
|
try_call(lambda: phab.update_interfaces())
|
||||||
return phab
|
return phab
|
||||||
|
|
||||||
def _get_diff(self, diff_id: int):
|
def _get_diff(self, diff_id: int):
|
||||||
|
|
Loading…
Reference in a new issue