Skip to content

Commit

Permalink
Merge pull request #349 from tilezen/zerebubuth/missing-continue
Browse files Browse the repository at this point in the history
Add missing 'continue' statement after logging exception.
  • Loading branch information
zerebubuth authored Aug 24, 2018
2 parents 1e62367 + 22d3c22 commit dffc373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilequeue/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -2169,6 +2169,7 @@ def tilequeue_meta_tile(cfg, args):
except Exception as e:
meta_tile_logger.tile_process_failed(
e, parent, job_coord, coord)
continue

try:
tiles = make_metatiles(cfg.metatile_size, formatted_tiles)
Expand Down

0 comments on commit dffc373

Please sign in to comment.