We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4262bae + 1af755d commit a067903Copy full SHA for a067903
records_to_socrata.py
@@ -61,7 +61,7 @@ def main(args):
61
logger.info(f"{len(data)} {dataset}s to process")
62
63
if not data:
64
- return
+ continue
65
66
build_point_data(data)
67
0 commit comments