diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenremotestore/builds/buildstorageoperations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenremotestore/builds/buildstorageoperations.cpp b/src/zenremotestore/builds/buildstorageoperations.cpp index 8dd85d439..e70467999 100644 --- a/src/zenremotestore/builds/buildstorageoperations.cpp +++ b/src/zenremotestore/builds/buildstorageoperations.cpp @@ -2711,7 +2711,7 @@ BuildsOperationUpdateFolder::FindScavengeSources() try { BuildsDownloadInfo Info = ReadDownloadedInfoFile(EntryPath); - if (!Info.LocalPath.empty()) + if (!Info.LocalPath.empty() || !IsDir(Info.LocalPath)) { if (!std::filesystem::equivalent(Info.LocalPath, m_Path)) { |