diff --git a/src/transpose/transpose.py b/src/transpose/transpose.py index df0f4df..4a207e7 100644 --- a/src/transpose/transpose.py +++ b/src/transpose/transpose.py @@ -46,7 +46,7 @@ class Transpose: """ stored_path = pathlib.Path(stored_path) if not stored_path.exists(): - raise TransposeError("Stored path does ") + raise TransposeError(f"Stored path does not exist: {stored_path}") self.cache_path = stored_path.joinpath(self.cache_filename)