diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 12:04:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 12:04:21 +0200 |
commit | 70cfb266c677c77675def8ac26babf7c8ac7d0f8 (patch) | |
tree | 63bfa278463a1ad725372720ff9e0922297dbd53 /helpers/actions | |
parent | 6226efcadfe8c3a932c7a948032b433afb0d981d (diff) | |
download | MusicSampler-70cfb266c677c77675def8ac26babf7c8ac7d0f8.tar.gz MusicSampler-70cfb266c677c77675def8ac26babf7c8ac7d0f8.tar.zst MusicSampler-70cfb266c677c77675def8ac26babf7c8ac7d0f8.zip |
Change color when key is running
Diffstat (limited to 'helpers/actions')
-rw-r--r-- | helpers/actions/interrupt_wait.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/actions/interrupt_wait.py b/helpers/actions/interrupt_wait.py index 36766a2..8f465f0 100644 --- a/helpers/actions/interrupt_wait.py +++ b/helpers/actions/interrupt_wait.py | |||
@@ -1,4 +1,4 @@ | |||
1 | def run(action, wait_id=None): | 1 | def run(action, wait_id=None, **kwargs): |
2 | action.mapping.interrupt_wait(wait_id) | 2 | action.mapping.interrupt_wait(wait_id) |
3 | 3 | ||
4 | def description(action, wait_id=None, **kwargs): | 4 | def description(action, wait_id=None, **kwargs): |