mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
SyncScheduling: Avoid new resyncs on local mkdir.
(cherry picked from commit bacf6166c1
)
This commit is contained in:
parent
c73110e3c7
commit
ee08b3759d
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ void PropagateLocalMkdir::start()
|
|||
done( SyncFileItem::NormalError, tr("Attention, possible case sensitivity clash with %1").arg(newDirStr) );
|
||||
return;
|
||||
}
|
||||
_propagator->addTouchedFile(newDirStr);
|
||||
QDir localDir(_propagator->_localDir);
|
||||
if (!localDir.mkpath(_item._file)) {
|
||||
done( SyncFileItem::NormalError, tr("could not create directory %1").arg(newDirStr) );
|
||||
|
|
Loading…
Reference in a new issue