This commit is contained in:
he
2022-04-06 14:04:24 +08:00
parent dfd48719dd
commit 1e42352a59
3 changed files with 5 additions and 5 deletions
@@ -1755,7 +1755,7 @@ namespace IRaCIS.Core.Application.Image.QA
foreach (var studyFolder in studyFolders)
{
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name))
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name)))
{
session.CreateDirectory(targetPath);
}