Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3215 from pypeclub/3.9.x/backport-3214
Browse files Browse the repository at this point in the history
Deadline: instance data overwrite - backport #3214
  • Loading branch information
antirotor authored May 20, 2022
2 parents d17e663 + ed0ca50 commit 3e1adfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def _create_instances_for_aov(self, instance_data, exp_files):
if instance_data.get("multipartExr"):
preview = True

new_instance = copy(instance_data)
new_instance = deepcopy(instance_data)
new_instance["subset"] = subset_name
new_instance["subsetGroup"] = group_name
if preview:
Expand Down

0 comments on commit 3e1adfb

Please sign in to comment.