src/client/pull.rs: remove temporary manifest

This commit is contained in:
Dietmar Maurer 2020-09-21 14:03:01 +02:00
parent 194da6f867
commit e0085e6612
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ async fn pull_snapshot(
try_client_log_download(worker, reader, &client_log_name).await?; try_client_log_download(worker, reader, &client_log_name).await?;
} }
worker.log("no data changes"); worker.log("no data changes");
let _ = std::fs::remove_file(&tmp_manifest_name);
return Ok(()); // nothing changed return Ok(()); // nothing changed
} }
} }