Find Replace

This commit is contained in:
2024-05-21 10:50:57 -07:00
parent b878b43f8e
commit fe92a12297
5 changed files with 47 additions and 49 deletions

View File

@ -1244,7 +1244,7 @@ public class AdaptationTesting : ISMTP
{
string result;
Tuple<string, Test[], JsonElement[], List<FileInfo>> extractResult = fileRead.ReExtract();
if(extractResult is null)
if (extractResult is null)
throw new Exception($"Using pattern {variables[4]} no file was found <{variables[2]}>");
if (!fileRead.IsDuplicator)
{