From c74114fdca9a8700949f1a4857f3cc7b397866b7 Mon Sep 17 00:00:00 2001
From: vermeul <swen@ethz.ch>
Date: Tue, 22 Aug 2017 11:38:04 +0200
Subject: [PATCH] removed container attribute from datasets

---
 src/python/PyBis/pybis/pybis.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/python/PyBis/pybis/pybis.py b/src/python/PyBis/pybis/pybis.py
index ba6542d6bf2..55902f8904c 100644
--- a/src/python/PyBis/pybis/pybis.py
+++ b/src/python/PyBis/pybis/pybis.py
@@ -81,9 +81,9 @@ def _definitions(entity):
             "multi": "parents children components tags attachments".split(),
         },
         "DataSet": {
-            "attrs_new": "type experiment sample parents children container components tags".split(),
-            "attrs_up": "parents children experiment sample container components tags".split(),
-            "attrs": "code permId type experiment sample parents children container components tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore measured".split(),
+            "attrs_new": "type experiment sample parents children components tags".split(),
+            "attrs_up": "parents children experiment sample components tags".split(),
+            "attrs": "code permId type experiment sample parents children components tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore measured".split(),
 
             "ids2type": {
                 'parentIds': {'permId': {'@type': 'as.dto.dataset.id.DataSetPermId'}},
-- 
GitLab