This commit is contained in:
Colin P. McCabe
2025-09-30 11:58:20 -07:00
parent c123bbf391
commit d6ea17073c

View File

@@ -39,7 +39,7 @@ impl PatchStoreParam for Option<ObjectStoreParams> {
let mut params = self.unwrap_or_default();
if params.object_store_wrapper.is_some() {
return Err(Error::Other {
message: "can not patch param because object store is already set".into(),
message: "can not patch param because object store is already set.".into(),
source: None,
});
}