tests_for_datastore #63

Merged
brian merged 45 commits from tests_for_datastore into main 2024-12-21 17:31:14 +01:00
Showing only changes of commit 150a213ae2 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ def put(
assert isinstance(object_name, str)
assert len(object_name) > 0
# prepare for saving
num_bytes = buffer.tell()
num_bytes = len(buffer.getvalue())
buffer.seek(0)
# send data to bucket
try: