Update rules.py (#53)
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:
committed by
GitHub
parent
05a5383060
commit
0e95f3998a
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user