adding a remove from db function
This commit is contained in:
parent
de0722b430
commit
e2406b5462
6 changed files with 245 additions and 29 deletions
|
|
@ -181,7 +181,7 @@ impl TryFrom<PathBuf> for Background {
|
|||
}
|
||||
}
|
||||
Err(e) => {
|
||||
error!("Couldn't canonicalize: {e} {:?}", path);
|
||||
// error!("Couldn't canonicalize: {e} {:?}", path);
|
||||
Err(ParseError::CannotCanonicalize)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue