1
0
Fork 0

fixed variable

This commit is contained in:
Christian Kühnel 2020-01-20 12:45:07 +01:00
parent a61428e5bb
commit 7228ab9fdc

View file

@ -92,7 +92,7 @@ class ApplyPatch:
def _create_phab(self):
phab = Phabricator(token=self.conduit_token, host=self.host)
self._phab.update_interfaces()
phab.update_interfaces()
return phab
def _get_diff(self, diff_id: str):