retrying on phab.update_interfaces()
This commit is contained in:
parent
a2aa628706
commit
63ad2d1be6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class PhabTalk:
|
|||
self._phab = None # type: Optional[Phabricator]
|
||||
if not dryrun:
|
||||
self._phab = Phabricator(token=token, host=host)
|
||||
self._phab.update_interfaces()
|
||||
_try_call(self._phab.update_interfaces)
|
||||
|
||||
@property
|
||||
def dryrun(self):
|
||||
|
|
Loading…
Reference in a new issue