do a deep copy of the datastore when replicating a module
git-svn-id: file:///home/svn/framework3/trunk@9651 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c0eaed263c
commit
37da4be3e4
|
@ -152,7 +152,7 @@ class Module
|
|||
#
|
||||
def replicant
|
||||
obj = self.class.new
|
||||
obj.datastore = self.datastore.dup
|
||||
obj.datastore = self.datastore.copy
|
||||
obj.user_input = self.user_input
|
||||
obj.user_output = self.user_output
|
||||
obj.module_store = self.module_store
|
||||
|
|
Loading…
Reference in New Issue