serJD commited on
Commit
d205ac7
·
verified ·
1 Parent(s): 90c9970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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,