Commit dfa53e2f authored by Yilun Chong's avatar Yilun Chong

fix comment out

parent cee0447f
...@@ -60,13 +60,13 @@ def upload_result(result_list, metadata): ...@@ -60,13 +60,13 @@ def upload_result(result_list, metadata):
new_result["labels"] = labels_string[1:] new_result["labels"] = labels_string[1:]
new_result["timestamp"] = _INITIAL_TIME new_result["timestamp"] = _INITIAL_TIME
print(labels_string) print(labels_string)
#
# bq = big_query_utils.create_big_query() bq = big_query_utils.create_big_query()
# row = big_query_utils.make_row(str(uuid.uuid4()), new_result) row = big_query_utils.make_row(str(uuid.uuid4()), new_result)
# if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET, if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET,
# _TABLE + "$" + _NOW, _TABLE + "$" + _NOW,
# [row]): [row]):
# print('Error when uploading result', new_result) print('Error when uploading result', new_result)
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment