From 9eac1ef6db422d0cb0c3b6f48a6ebca9f2b2ba6f Mon Sep 17 00:00:00 2001 From: Yves Noirjean <yves.noirjean@id.ethz.ch> Date: Wed, 27 Jun 2018 17:29:29 +0200 Subject: [PATCH] SSDM-6731: fixed openbis.new_plugin --- pybis/src/python/pybis/pybis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybis/src/python/pybis/pybis.py b/pybis/src/python/pybis/pybis.py index 844f710fe33..c8c5a687f67 100644 --- a/pybis/src/python/pybis/pybis.py +++ b/pybis/src/python/pybis/pybis.py @@ -2161,7 +2161,7 @@ class Openbis: else: return Plugin(self, data=resp[permId]) - def new_plugin(self, name, pluginType= "MANAGED_PROPERTY", pluginKind = "JYTHON", **kwargs): + def new_plugin(self, pluginType= "MANAGED_PROPERTY", pluginKind = "JYTHON", **kwargs): """ Creates a new Plugin in openBIS. The attribute pluginKind must be one of the following: DYNAMIC_PROPERTY, MANAGED_PROPERTY, ENTITY_VALIDATION; -- GitLab