Skip to content

Fix new experiment save

Samuel GAIST requested to merge fix_new_experiment_save into master

When pushing a completely new experiment on the platform, an error occurs when calling update_blocks on the cache content check.

If the object does not exists, then an exception is rightfully raised. This patch changes that by using get_or_create like of the outputs handling.

Merge request reports