1
0
Fork 0

added missing self

This commit is contained in:
Christian Kühnel 2020-01-20 12:37:49 +01:00
parent b4ac626be6
commit a61428e5bb

View file

@ -90,7 +90,7 @@ class ApplyPatch:
finally:
self._write_error_message()
def _create_phab():
def _create_phab(self):
phab = Phabricator(token=self.conduit_token, host=self.host)
self._phab.update_interfaces()
return phab