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

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor authored May 19, 2022
1 parent 45a2f57 commit ed0ca50
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 ed0ca50

Please sign in to comment.