Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat(src/bin/cibtool.rs): handle error without panicing
Lars Wirzenius committed 1 year ago
commit 0a8925d9617d35b548377d217cf9c70603395b0d
parent f5edaff8f3344917ccb811ffc6131a69546425d5
1 file changed +1 -1
modified src/bin/cibtool.rs
@@ -628,7 +628,7 @@ impl AddRun {
            RunResult::Failure
        });

-
        db.push_run(run).unwrap();
+
        db.push_run(run)?;

        Ok(())
    }