Skip to content

Commit 82e2b34

Browse files
GinaStavropoulouYlannl
authored andcommitted
better logging
1 parent 8bbddc4 commit 82e2b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/party_walls/src/bag3d/party_walls/assets/party_walls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def party_walls_nl(
9898
break_on_error=True,
9999
)
100100
if df is None:
101-
context.log.warning("CityStats returned None")
101+
context.log.warning(f"No meshes were found for tile_id {tile_id}.")
102102
df = DataFrame()
103103

104104
context.add_output_metadata(

0 commit comments

Comments
 (0)