Remove naughty return Err

This commit is contained in:
Paul Hauner
2022-08-29 19:23:39 +10:00
parent 4ccb7cbf4d
commit 07196804e0

View File

@@ -454,7 +454,6 @@ async fn run<'a>(config: MoveConfig) -> Result<(), String> {
keystore_derivation_path.as_deref(),
)
.await;
return Err(format!("Upload failed with {:?}", status.message));
}
}
}