serJD commited on
Commit
9a1ece1
·
verified ·
1 Parent(s): a90861e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def mainFunc(STREAM_ID, SOURCE_BRANCH, TARGET_BRANCH, UUID_COL, ATTR_METADATA, K
182
  commit_id = CLIENT.commit.create(
183
  STREAM_ID,
184
  object_id= object_id,
185
- message = "auto commit from HF; Triggered by: " + UPDATE_SRC + ", removed datapoints: " + str(log["removedDatapoints"]) + "; avg. removed attributes: " + str(int(log["avg_attrRemoved"])) + "#+SourceCommit: " + inputCommitID
186
  branch_name=TARGET_BRANCH,
187
  )
188
 
 
182
  commit_id = CLIENT.commit.create(
183
  STREAM_ID,
184
  object_id= object_id,
185
+ message = "auto commit from HF; Triggered by: " + UPDATE_SRC + ", removed datapoints: " + str(log["removedDatapoints"]) + "; avg. removed attributes: " + str(int(log["avg_attrRemoved"])) + "#+SourceCommit: " + inputCommitID,
186
  branch_name=TARGET_BRANCH,
187
  )
188