Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bedrock_ge/gi/ags3.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _get_depth_columns(group: str, headers: list[str]) -> tuple[str | None, str
base_depth = None
if not top_depth and not base_depth:
raise ValueError(
'The in-situ test group "{group}" group in this AGS 3 file does not contain a top or base depth heading!'
f'The in-situ test group "{group}" group in this AGS 3 file does not contain a top or base depth heading!'
)

return top_depth, base_depth