Fixing a bug @jd noticed.
This commit is contained in:
parent
e55e63c759
commit
b71d5c597e
@ -189,7 +189,7 @@ class HyASTCompiler(object):
|
||||
return HyExpression([HySymbol(name), form]).replace(form)
|
||||
|
||||
@builds("quote")
|
||||
@checkargs(min=1, max=2)
|
||||
@checkargs(exact=1)
|
||||
def compile_quote(self, entries):
|
||||
return self.compile(self._render_quoted_form(entries[1]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user