Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|