Skip to content

Commit 75461ab

Browse files
sigieseczalun
authored andcommitted
Bug 1570648 - Fixed typo seld->self
Reviewers: zalun Reviewed By: zalun Subscribers: zalun Bug #: 1570648 Differential Revision: https://phabricator.services.mozilla.com/D40407
1 parent 63dcb6b commit 75461ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

moz-phab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,9 @@ class ConduitAPI:
10471047
)
10481048
self.call("differential.setdiffproperty", api_call_args)
10491049

1050-
def file_upload(seld, data):
1050+
def file_upload(self, data):
10511051
data_base64 = base64.standard_b64encode(data)
1052-
return conduit.call("file.upload", dict(data_base64=data_base64.decode()))
1052+
return self.call("file.upload", dict(data_base64=data_base64.decode()))
10531053

10541054

10551055
conduit = ConduitAPI()

0 commit comments

Comments
 (0)