Fix typo
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
oguzhankoral
2024-11-13 09:25:49 +00:00
parent b2b8791d28
commit 1c8fe8927e
@@ -75,12 +75,12 @@ public static class AutomateFunction
if (failedObject.UValue == 0)
{
message =
$"{speckleTypeString[..^1]} has no any material that have thermal properties.";
$"{speckleTypeString} has no any material that have thermal properties.";
}
else
{
message =
$"{speckleTypeString[..^1]} expected to have maximum {failedObject.ExpectedUValue} U-value but it is {failedObject.UValue}.";
$"{speckleTypeString} expected to have maximum {failedObject.ExpectedUValue} U-value but it is {failedObject.UValue}.";
}
automationContext.AttachResultToObjects(