1
0
Fork 0

pass times to macro context, even though they do nothing with it yet.

This commit is contained in:
Kevin Matz 2018-10-25 12:52:43 -04:00
parent 5014f71915
commit 6eb8b35aea
1 changed files with 2 additions and 0 deletions

View File

@ -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