1
0
Fork 0

also retry 'update_indterfaces'

This commit is contained in:
Mikhail Goncharov 2020-02-07 08:12:51 +01:00
parent 1859a7d4d3
commit 490939a4b7

View file

@ -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):