mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	utils/serializer: Fix attempting to deserialize a single value.
This commit is contained in:
		| @@ -139,6 +139,8 @@ class WAJSONDecoder(_json.JSONDecoder): | ||||
|             return v | ||||
|  | ||||
|         def load_objects(d): | ||||
|             if not hasattr(d, 'items'): | ||||
|                 return d | ||||
|             pairs = [] | ||||
|             for k, v in d.items(): | ||||
|                 if hasattr(v, 'items'): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user