We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b7859 commit 1e314cfCopy full SHA for 1e314cf
pythonwhat/tasks.py
@@ -379,7 +379,8 @@ def taskRunEval(
379
code = compile(tree, "<script>", mode)
380
381
# Set up environment --------------------------------------------------
382
- # avoid deepy copy if specified, or just looking up variable by name
+ # avoid deep copy if specified, or if just looking up variable by name
383
+ # unpack 'container nodes' first
384
if isinstance(tree, ast.Module):
385
tree = tree.body
386
if isinstance(tree, ast.Expression):
0 commit comments