aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index bf18bda9d0..76cd10c674 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -7949,7 +7949,7 @@ def eth_main():
if ectx.dbg('y'): yd = 1
if ectx.dbg('p'): pd = 2
lexer = lex.lex(debug=ld)
- parser = yacc.yacc(method='LALR', debug=yd)
+ parser = yacc.yacc(method='LALR', debug=yd, outputdir='.')
parser.defaulted_states = {}
g_conform = ectx.conform
ast = []