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 9755fc2 commit b4f3405Copy full SHA for b4f3405
annotate.py
@@ -48,7 +48,7 @@ def annotate_example(example, table):
48
q2 = 'SYMWHERE ' + ' SYMAND '.join(q2) + ' SYMEND'
49
else:
50
q2 = 'SYMEND'
51
- inp = 'SYMSYMS {syms} SYMAGGOPS {aggops} SYMCONDOPS {condops} SYMTABLE {table} SYMQUESTION {question}'.format(
+ inp = 'SYMSYMS {syms} SYMAGGOPS {aggops} SYMCONDOPS {condops} SYMTABLE {table} SYMQUESTION {question} SYMEND'.format(
52
syms=' '.join(['SYM' + s for s in Query.syms]),
53
table=' '.join(['SYMCOL ' + s for s in table['header']]),
54
question=example['question'],
0 commit comments