Skip to content
Snippets Groups Projects
Commit 63d6d1d3 authored by yvesn's avatar yvesn
Browse files

SSDM-7289: pybis - fixed updating of persisted experiments

parent 5de19cfd
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ class Experiment(OpenBisObject):
request["params"][1][0]["properties"] = props
self.openbis._post_request(self.openbis.as_v3, request)
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)
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