Skip to content
Snippets Groups Projects
Commit bd05b7b9 authored by Haoyu Z's avatar Haoyu Z
Browse files

debug

parent a0504c22
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ def remove1sAndAddTablename(formula, table): ...@@ -47,7 +47,6 @@ def remove1sAndAddTablename(formula, table):
ne = table + "." + e ne = table + "." + e
elements[i] = ne elements[i] = ne
output = " ".join(elements) output = " ".join(elements)
print(output)
return (output.strip(), idx) return (output.strip(), idx)
def compareTwoRows(row1, row2): def compareTwoRows(row1, row2):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment