fixed variable
This commit is contained in:
parent
a61428e5bb
commit
7228ab9fdc
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,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)
|
||||||
self._phab.update_interfaces()
|
phab.update_interfaces()
|
||||||
return phab
|
return phab
|
||||||
|
|
||||||
def _get_diff(self, diff_id: str):
|
def _get_diff(self, diff_id: str):
|
||||||
|
|
Loading…
Add table
Reference in a new issue