Skip to content

Commit 9a2acdf

Browse files
committed
Fix write path on #111.
1 parent 8976c57 commit 9a2acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot/render_flat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def get_catch_records(haul: int) -> typing.Optional[typing.Iterable[dict]]:
523523
)
524524

525525
output_dict_with_loc: typing.Dict[str, typing.Union[str, int]] = output_dict # type: ignore
526-
output_dict_with_loc['loc'] = output_loc
526+
output_dict_with_loc['path'] = output_loc
527527
return output_dict_with_loc
528528

529529

0 commit comments

Comments
 (0)