This commit is contained in:
Andras Schmelczer 2026-07-03 18:28:56 +01:00
parent 909e241907
commit 1ee796b282
29 changed files with 250 additions and 126 deletions

View file

@ -930,7 +930,7 @@ def main() -> None:
df.write_parquet(args.output)
print(f"Saved to {args.output}")
else:
print("No places found skipping output")
print("No places found, skipping output")
if __name__ == "__main__":