Results 1 comments of timng

@stevecoh1 A workaround as @billcrook suggestion ``` def handler(path, cons): if path and path[-1]: cons.update({'@' + k: v for k, v in path[-1][-1].items()}) print (cons) mc = MatchChecker(cons) mc.check() return...