Skip to content

Commit af653fd

Browse files
committed
Put print on second try exception
1 parent 81552ac commit af653fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def compare_result(self, query_type, test, result):
268268
print " Passed at second try"
269269
continue
270270
except SlicingDiceException as e:
271-
result2 = {'result': {'error': str(e)}}
271+
print str(e)
272272

273273
self.num_fails += 1
274274
self.failed_tests.append(test['name'])

0 commit comments

Comments
 (0)