1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 17:43:50 +00:00

march: return errors when listing dirs

Partially fixes #3172
This commit is contained in:
Aleksandar Jankovic
2019-06-20 13:50:25 +02:00
committed by Nick Craig-Wood
parent 1be1fc073e
commit cc0800a72e
5 changed files with 60 additions and 12 deletions

View File

@@ -649,7 +649,7 @@ func (s *syncCopyMove) run() error {
Callback: s,
DstIncludeAll: filter.Active.Opt.DeleteExcluded,
}
m.Run()
s.processError(m.Run())
s.stopTrackRenames()
if s.trackRenames {