Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[WIP] Added more actions, and improved action handling. #4
Conversation
| @@ -19,21 +22,23 @@ class _Actions(dict, metaclass=Singleton): | ||
| functions. | ||
| """ | ||
| - def decorate(self, func): | ||
| + def decorate(self, object_type): |
petevg
Oct 19, 2016
Collaborator
Whoops. That's remaining from when I was passing in object type explicitly, with the double nested decorators. Should be "func"
petevg
added some commits
Oct 19, 2016
petevg
closed this
Oct 20, 2016
petevg
deleted the
feature/glitch-more-actions
branch
Oct 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
petevg commentedOct 19, 2016
Plan can now select from actions that have arguments other than a unit.
@bcsaller @johnsca