X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=helpers%2Factions%2Finterrupt_wait.py;fp=helpers%2Factions%2Finterrupt_wait.py;h=8f465f03989d5e4c7926ffda4eabc54aaee0f8de;hb=70cfb266c677c77675def8ac26babf7c8ac7d0f8;hp=36766a224cfcc5f652349ab8e8ce2f0024e60ea7;hpb=6226efcadfe8c3a932c7a948032b433afb0d981d;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git 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 @@ -def run(action, wait_id=None): +def run(action, wait_id=None, **kwargs): action.mapping.interrupt_wait(wait_id) def description(action, wait_id=None, **kwargs):