Fix CI (#1414)
This commit is contained in:
parent
a55d40cd00
commit
b9879a8bfc
@ -63,7 +63,7 @@ impl CoreId {
|
||||
///
|
||||
pub fn set_affinity(&self) -> Result<(), Error> {
|
||||
match set_for_current_helper(*self) {
|
||||
Ok(_) | Err(Error::Unsupported(_, _)) => Ok(()),
|
||||
Ok(()) | Err(Error::Unsupported(_, _)) => Ok(()),
|
||||
Err(e) => Err(e),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user