Update rules.py (#53)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Jonathon Broughton
2025-02-20 17:32:29 +00:00
committed by GitHub
parent 05a5383060
commit 0e95f3998a
+1 -1
View File
@@ -61,7 +61,7 @@ class PropertyRules:
"""A collection of rules for processing parameters in Speckle objects."""
@staticmethod
def is_parameter_value_contains(speckle_object: Base, parameter_name: str, substring: str) -> bool:
def is_parameter_value_containing(speckle_object: Base, parameter_name: str, substring: str) -> bool:
"""Checks if parameter value contains the given substring.
Args: