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 #3214 from pypeclub/bugfix/instance-data-overwrite…
Browse files Browse the repository at this point in the history
…-on-deadline-submission

Deadline: instance data overwrite fix
  • Loading branch information
antirotor authored May 20, 2022
2 parents 592c74f + e38793f commit 91ac69f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,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 91ac69f

Please sign in to comment.