Remove an additional check during patch application to report errors
Signed-off-by: srikappa <srikappa@amazon.com>
This commit is contained in:
@@ -110,15 +110,7 @@ namespace AZ
|
||||
|
||||
if (result.GetProcessing() == Processing::Halted)
|
||||
{
|
||||
ResultCode reportedResult = settings.m_reporting(R"(One of the patches couldn't be applied correctly.)", result, element);
|
||||
if (reportedResult.GetOutcome() == Outcomes::PartialSkip)
|
||||
{
|
||||
result = reportedResult;
|
||||
}
|
||||
else
|
||||
{
|
||||
return result;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user