Add specklepy version print statement
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

The code changes include adding an import statement for the "specklepy" module and printing its version.
This commit is contained in:
Jonathon Broughton
2024-08-03 19:31:51 +01:00
parent d85ad61507
commit c9cf67f876
2 changed files with 4 additions and 1087 deletions
+4
View File
@@ -25,6 +25,10 @@ from Utilities.utilities import Utilities
## send that back to the server
import specklepy
print(specklepy.__version__)
class FunctionInputs(AutomateBase):
"""Definition of user inputs for this function.
-1087
View File
File diff suppressed because it is too large Load Diff