Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -262,4 +262,4 @@ def getSpeckleStream(stream_id,
|
|
262 |
#speckle stream
|
263 |
res = operations.receive(commit.referencedObject, transport)
|
264 |
|
265 |
-
return res
|
|
|
262 |
#speckle stream
|
263 |
res = operations.receive(commit.referencedObject, transport)
|
264 |
|
265 |
+
return res, choosen_commit_id
|