Tests project and Resize bug
This commit is contained in:
@ -524,9 +524,9 @@ public class D_Face : Shared.Models.Properties.IFace, IFace
|
||||
personKey = string.Empty;
|
||||
copyDirectory = string.Empty;
|
||||
propertyHolder = filteredPropertyHolderCollection[i];
|
||||
if (propertyHolder.FileInfo is null)
|
||||
if (propertyHolder.ImageFileInfo is null)
|
||||
continue;
|
||||
fileInfo = propertyHolder.FileInfo;
|
||||
fileInfo = propertyHolder.ImageFileInfo;
|
||||
relativePath = Path.GetDirectoryName($"C:{propertyHolder.RelativePath}");
|
||||
if (string.IsNullOrEmpty(relativePath) || relativePath.Length < 3)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user