Skip to content

Commit

Permalink
Merge pull request #153 from balshetzer/master
Browse files Browse the repository at this point in the history
Fix the function signature for _post_suppress. After a resume _post_supp...
  • Loading branch information
balshetzer committed Nov 30, 2013
2 parents f07dc8a + db2f7ed commit ee977bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover/machine/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _notify(self, steno_keys):
if self.suppress:
self._post_suppress(self.suppress, steno_keys)

def _post_suppress(self, steno_keys):
def _post_suppress(self, suppress, steno_keys):
"""This is a complicated way for the application to tell the machine to
suppress this stroke after the fact. This only currently has meaning for
the keyboard machine so it can backspace over the last stroke when used
Expand Down

0 comments on commit ee977bd

Please sign in to comment.