Skip to content

Commit

Permalink
remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Oct 11, 2024
1 parent 03e5738 commit 8cceeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STACpopulator/populator_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def ingest(self) -> None:

counter += 1
LOGGER.info(f"Processed {counter} data items. {failures} failures")
break



class THREDDSRunner:
Expand Down

0 comments on commit 8cceeab

Please sign in to comment.