Skip to content

Commit

Permalink
VDK-Plugin: fix of object copy in python (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaratansingh authored Jul 22, 2024
1 parent 3e1de8a commit 7ca57d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def execute_template(
core_context = CoreContext(
self._core_context.plugin_registry,
copy.deepcopy(self._core_context.configuration),
copy.deepcopy(self._core_context.state),
self._core_context.state.clone(),
)
core_context.configuration.override_value(
"DB_DEFAULT_TYPE", database, "vdk"
Expand Down

0 comments on commit 7ca57d7

Please sign in to comment.