From 38bb6d0e40576a7fc77c6272fcdfbd7daa98dae1 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Sat, 23 Mar 2019 22:44:22 +0100 Subject: [PATCH] bugfix semantic_annotation --- pybis/src/python/pybis/pybis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pybis/src/python/pybis/pybis.py b/pybis/src/python/pybis/pybis.py index 71018381907..be71e23e2bf 100644 --- a/pybis/src/python/pybis/pybis.py +++ b/pybis/src/python/pybis/pybis.py @@ -2369,8 +2369,6 @@ class Openbis: entity = 'semantic_annotation', df = annotations[attrs], identifier_name = 'permId', - start_with = start_with, - count = count, ) def get_semantic_annotation(self, permId, only_data = False): -- GitLab