We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8d8db commit d95904bCopy full SHA for d95904b
1 file changed
services/well_inventory_csv.py
@@ -84,10 +84,6 @@ def _extract_autogen_prefix(well_id: str | None) -> str | None:
84
prefix = m.group("prefix").upper()
85
return f"{prefix}-"
86
87
- # Unsupported pattern: not an auto-generation placeholder
88
- return None
89
- return value
90
-
91
token_match = AUTOGEN_TOKEN_REGEX.match(value)
92
if token_match:
93
return f"{token_match.group('prefix')}-"
0 commit comments