Commit 2c49f40d by Corey Koval

Empty Database bug fix

parent a6a26b63
......@@ -207,8 +207,8 @@ def process_data(database_name, outfile):
for x in likely_location:
print(Reverse(x))
else:
likely_location = None
# else:
# likely_location = None
for x in intersect_array:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment