This commit is contained in:
Hocuri
2020-09-17 12:27:57 +02:00
parent aee6eb2261
commit 6253a2cef7

View File

@@ -762,7 +762,7 @@ async fn export_backup_old(context: &Context, dir: impl AsRef<Path>) -> Result<(
dest_sql
.open(context, &dest_path_filename, false)
.await
.context(format!(
.with_context(|| format!(
"could not open exported database {}",
dest_path_string
))?;