Skip to content
Snippets Groups Projects
Commit 4804d6e5 authored by tomrink's avatar tomrink
Browse files

fix bug

parent be34ebd2
Branches
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ def run_all(directory, out_directory):
# print('weirdness: ', data_f)
# continue
if len(data_tiles):
if len(data_tiles) == 0:
continue
num = len(data_tiles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment