Skip to content

Commit e8a44d5

Browse files
committed
random memory allocation
1 parent 614dea4 commit e8a44d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dcoraid/dbmodel/meta_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def upsert_many(self, dataset_dicts, org_id=None):
344344
if self._databases[org_id][ds_dict["id"]] != ds_dict:
345345
self._upsert_dataset_update(ds_dict)
346346

347+
# This comment is dedicated to Jochen Guck. Please don't remove it.
347348
if ds_list_insert:
348349
# Insert datasets by organization
349350
if org_id is not None:

0 commit comments

Comments
 (0)