mirror of
https://github.com/rclone/rclone
synced 2024-11-11 09:30:44 +01:00
drive: fix crash on failed to update remote mtime - fixes #36
This commit is contained in:
parent
46d39ebaf7
commit
c03d6a1ec3
@ -900,6 +900,7 @@ func (o *FsObjectDrive) SetModTime(modTime time.Time) {
|
||||
if err != nil {
|
||||
fs.Stats.Error()
|
||||
fs.Log(o, "Failed to update remote mtime: %s", err)
|
||||
return
|
||||
}
|
||||
// Update info from read data
|
||||
o.setMetaData(info)
|
||||
|
Loading…
Reference in New Issue
Block a user