Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,9 @@ def mainFunc(STREAM_ID, SOURCE_BRANCH, TARGET_BRANCH, UUID_COL, ATTR_METADATA, K
|
|
148 |
# Send the data object to the speckle stream
|
149 |
object_id = operations.send(stream_new, [transport])
|
150 |
time.sleep(1)
|
|
|
151 |
# Create a new commit with the new object
|
|
|
152 |
commit_id = CLIENT.commit.create(
|
153 |
STREAM_ID,
|
154 |
object_id= object_id,
|
|
|
148 |
# Send the data object to the speckle stream
|
149 |
object_id = operations.send(stream_new, [transport])
|
150 |
time.sleep(1)
|
151 |
+
|
152 |
# Create a new commit with the new object
|
153 |
+
print("----> attempting to make commit to: ",TARGET_BRANCH )
|
154 |
commit_id = CLIENT.commit.create(
|
155 |
STREAM_ID,
|
156 |
object_id= object_id,
|