Bug
This commit is contained in:
@ -84,10 +84,8 @@ internal abstract class PersonContainer
|
||||
continue;
|
||||
fileHolder = IFileHolder.Get(file);
|
||||
filePath = FilePath.Get(propertyConfiguration, fileHolder, index: null);
|
||||
if (filePath.Id is null )
|
||||
continue;
|
||||
wholePercentages = IMapping.GetWholePercentages(facesFileNameExtension, filePath);
|
||||
if (wholePercentages is null)
|
||||
if (filePath.Id is not null && wholePercentages is not null)
|
||||
continue;
|
||||
checkDirectory = Path.GetDirectoryName(file);
|
||||
if (string.IsNullOrEmpty(checkDirectory))
|
||||
|
Reference in New Issue
Block a user