added missing self
This commit is contained in:
parent
b4ac626be6
commit
a61428e5bb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class ApplyPatch:
|
||||||
finally:
|
finally:
|
||||||
self._write_error_message()
|
self._write_error_message()
|
||||||
|
|
||||||
def _create_phab():
|
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()
|
self._phab.update_interfaces()
|
||||||
return phab
|
return phab
|
||||||
|
|
Loading…
Reference in a new issue