mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	settings.py - fix default value (#6681)
- Use None instead of empty dict
This commit is contained in:
		| @@ -734,7 +734,7 @@ if TRACING_ENABLED:  # pragma: no cover | ||||
|         _t_resources = get_setting( | ||||
|             'INVENTREE_TRACING_RESOURCES', | ||||
|             'tracing.resources', | ||||
|             default_value={}, | ||||
|             default_value=None, | ||||
|             typecast=dict, | ||||
|         ) | ||||
|         cstm_tags = {'inventree.env.' + k: v for k, v in inventree_tags.items()} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user