Add specklepy version print statement
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
The code changes include adding an import statement for the "specklepy" module and printing its version.
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user