Commit 2c49f40d by Corey Koval

Empty Database bug fix

parent a6a26b63
...@@ -207,8 +207,8 @@ def process_data(database_name, outfile): ...@@ -207,8 +207,8 @@ def process_data(database_name, outfile):
for x in likely_location: for x in likely_location:
print(Reverse(x)) print(Reverse(x))
else: # else:
likely_location = None # likely_location = None
for x in intersect_array: for x in intersect_array:
try: 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