Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zjregee committed Mar 7, 2024
1 parent 82ab23e commit b0fcda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/dropbox/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl DropboxCore {
.get(&error.tag)
.expect("error should be present")
.tag;
// Ignore error about path lookup not found
// Ignore errors about path lookup not found and report others.
if error.tag == "path_lookup" && error_cause == "not_found" {
("".to_string(), Ok(RpDelete::default().into()))
} else {
Expand Down

0 comments on commit b0fcda7

Please sign in to comment.