This commit is contained in:
2024-05-15 09:29:16 -07:00
parent 99eab6d003
commit d347d5835c
2 changed files with 10 additions and 10 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)
{