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?
If this is a simple two level nesting:
You can use the section name:task.connect(param['data'], name='data') task.connect(param['model'], name='model')Would that help?
The comparison reflects the way the data is stored, in the configuration context. that means section name & key value (which is what the code above does)
355 Views
				0
Answers
				
					 
	5 years ago
				
					
						 
	2 years ago