Bug fix
This commit is contained in:
parent
e3b0da188b
commit
b6514e5c78
1 changed files with 1 additions and 2 deletions
|
@ -34,9 +34,8 @@ impl FileOperation {
|
|||
if !self.name.ends_with('\\') && !self.name.ends_with('/') {
|
||||
return self.name.to_owned() + "/";
|
||||
}
|
||||
} else {
|
||||
self.name.to_owned()
|
||||
}
|
||||
self.name.to_owned()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue