Fix libimagentrylist::listers::path
This commit is contained in:
parent
5d6c226953
commit
79f585def9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl Lister for PathLister {
|
||||||
if self.absolute {
|
if self.absolute {
|
||||||
pb.canonicalize().map_err(|e| LE::new(LEK::FormatError, Some(Box::new(e))))
|
pb.canonicalize().map_err(|e| LE::new(LEK::FormatError, Some(Box::new(e))))
|
||||||
} else {
|
} else {
|
||||||
Ok(pb)
|
Ok(pb.into())
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.and_then(|pb| {
|
.and_then(|pb| {
|
||||||
|
|
Loading…
Reference in a new issue