diff --git a/OscCommentMacroListener.py b/OscCommentMacroListener.py index d7bd8f6..717d3c1 100644 --- a/OscCommentMacroListener.py +++ b/OscCommentMacroListener.py @@ -110,6 +110,8 @@ class OscCommentMacroListener(CommentMacroListener): else: logger.error("ERROR: Spans must be ranged with intigers.") + def exitTime(self, ctx: CommentMacroParser.TimeContext): + ctx.parentCtx.time = ctx def exitDevice(self, ctx: CommentMacroParser.DeviceContext): ctx.parentCtx.device = ctx