SaveParents
Removed GetFilteredOutMapped Removed GetNonSpecificPeopleCollection
This commit is contained in:
@ -42,7 +42,7 @@ public partial class E_Distance
|
||||
|
||||
private static void MoveUnableToMatch(string file)
|
||||
{
|
||||
string checkFile = string.Concat(file, ".unk");
|
||||
string checkFile = $"{file}.unk";
|
||||
if (File.Exists(file) && !File.Exists(checkFile))
|
||||
File.Move(file, checkFile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user