Skip to content

Commit

Permalink
Fix typo in method
Browse files Browse the repository at this point in the history
Change-Id: I744fec1c1d04732467e2734978d44196f8d7694f
  • Loading branch information
dubois committed Oct 31, 2018
1 parent 3ff048e commit 0c60289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/tiltbrush/tilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def get_cp_extension(self, cp, name):
idx = self.cp_ext_lookup[name]
return cp.extension[idx]

def set_cp_extension(self, sp, name, value):
def set_cp_extension(self, cp, name, value):
"""Sets the requested extension data, or raises LookupError if it doesn't exist."""
idx = self.cp_ext_lookup[name]
cp.extension[idx] = value
Expand Down

0 comments on commit 0c60289

Please sign in to comment.