Skip to content

Commit 60b2115

Browse files
Merge pull request #277 from 3DBAG/develop
quickfix
2 parents 40885a1 + e577e0f commit 60b2115

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/core/src/bag3d/core/assets/ahn/metadata.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,10 @@ def compute_load_metadata(
218218
raise
219219
# if pdal fails store only the filename in the table (to be used later)
220220
except Exception as e:
221-
context.log.exception(f"PDAL failed for tile {tile_id}: {e}")
222-
out_info = {"filename": laz_files_ahn.path}
221+
context.log.exception(
222+
f"PDAL failed for tile {tile_id} in {laz_files_ahn.path}: {e}"
223+
)
224+
out_info = {"filename": str(laz_files_ahn.path)}
223225

224226
set_json_dumps(dumps=partial(json.dumps, ensure_ascii=False))
225227

0 commit comments

Comments
 (0)