Unanswered
How Can I Log My Configuration Like This?
I Have A Dict Params = {'Data':{'Data_Key':123}, 'Model':{'Model_Key':123}}, But It Become Data/Datakey Instead Of An Foldable Config.
In Addition, I Don'T Want To Name It As "General", Where Can I Change It?
Hi EnviousStarfish54
I think this is what you are after
task.connect_configuration(my_dict_here, name='my_section_name')
BTW:
if you do task.connect(a_flat_dict, name='new section') you will have the key/value in a section name called "new section"
155 Views
0
Answers
4 years ago
one year ago