Fix typo
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user