diff --git a/lamb/runner.py b/lamb/runner.py index 4057575..14c5c0a 100644 --- a/lamb/runner.py +++ b/lamb/runner.py @@ -235,7 +235,7 @@ class Runner: ("class:text", "Set "), ("class:code", macro.label), ("class:text", " to "), - ("class:text", str(macro.expr)) + ("class:code", str(macro.expr)) ]), style = lamb.utils.style) # Apply a list of definitions