Skip to content
Snippets Groups Projects
Commit d7a1e0ba authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'release/pybis-1.7.0' of sissource.ethz.ch:sispub/openbis into release/pybis-1.7.0

parents 4cb7f870 63d6d1d3
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ class Experiment(OpenBisObject): ...@@ -113,7 +113,7 @@ class Experiment(OpenBisObject):
request["params"][1][0]["properties"] = props request["params"][1][0]["properties"] = props
self.openbis._post_request(self.openbis.as_v3, request) self.openbis._post_request(self.openbis.as_v3, request)
if VERBOSE: print("Experiment successfully updated.") if VERBOSE: print("Experiment successfully updated.")
new_exp_data = self.openbis.get_experiment(resp[0]['permId'], only_data=True) new_exp_data = self.openbis.get_experiment(self.permId, only_data=True)
self._set_data(new_exp_data) self._set_data(new_exp_data)
def delete(self, reason): def delete(self, reason):
......
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