Unanswered
Hi !
I Have A Config Dictionary Which Is A Dot Dictionary
( A Dictionary That Supports Dot Notation
As Well As Dictionary Access Notation
Set Attributes: D.Val2 = 'Second' Or D['Val2'] = 'Second'
Get Attributes: D.Val2 Or D['Val2'] )
I Ru
Hi @<1571308003204796416:profile|HollowPeacock58>
parameters = task.connect(config, name='config_params')
It seems that your DotDict does not support the python copy
operator?
i.e.
from copy import copy
copy(DotDict())
fails ?
151 Views
0
Answers
one year ago
one year ago