From 2887cd8f3c684edbd86a5420bb3e5bafd1c46f07 Mon Sep 17 00:00:00 2001
From: Yves Noirjean <yves.noirjean@id.ethz.ch>
Date: Wed, 27 Jun 2018 09:58:57 +0200
Subject: [PATCH] SSDM-6731: fixing pybis call openbis.gen_code("DATASET")

---
 pybis/src/python/pybis/pybis.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pybis/src/python/pybis/pybis.py b/pybis/src/python/pybis/pybis.py
index a78deb31a38..844f710fe33 100644
--- a/pybis/src/python/pybis/pybis.py
+++ b/pybis/src/python/pybis/pybis.py
@@ -766,7 +766,6 @@ class Openbis:
         entity = entity.upper()
         entity2enum = {
             "DATASET" : "DATA_SET",
-            "DATASET" : "DATASET",
             "OBJECT"  : "SAMPLE",
             "SAMPLE"  : "SAMPLE",
             "EXPERIMENT" : "EXPERIMENT",
-- 
GitLab