Skip to content

Commit 64cb874

Browse files
Update src/otdf_python/address_normalizer.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fdf16f4 commit 64cb874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/otdf_python/address_normalizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def normalize_address(url_string: str, use_plaintext: bool) -> str:
8181
except Exception as e:
8282
if isinstance(e, SDKException):
8383
raise e
84-
raise SDKException(f"Error normalizing URL [{url_string}]", e) from e
84+
raise SDKException(f"Error normalizing URL [{url_string}]: {e}") from e

0 commit comments

Comments
 (0)