Skip to content
Snippets Groups Projects
Commit 2887cd8f authored by yvesn's avatar yvesn
Browse files

SSDM-6731: fixing pybis call openbis.gen_code("DATASET")

parent 49d5eee6
No related branches found
No related tags found
No related merge requests found
......@@ -766,7 +766,6 @@ class Openbis:
entity = entity.upper()
entity2enum = {
"DATASET" : "DATA_SET",
"DATASET" : "DATASET",
"OBJECT" : "SAMPLE",
"SAMPLE" : "SAMPLE",
"EXPERIMENT" : "EXPERIMENT",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment