mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	framework/parsers: Fix incorrect method name
This commit is contained in:
		@@ -277,7 +277,7 @@ def _construct_valid_entry(raw, seen_ids, prefix, jobs_config):
 | 
			
		||||
            workload_entry[name] = value
 | 
			
		||||
 | 
			
		||||
    if "augmentations" in workload_entry:
 | 
			
		||||
        jobs_config.update_enabled_augmentations(workload_entry["augmentations"])
 | 
			
		||||
        jobs_config.update_augmentations(workload_entry["augmentations"])
 | 
			
		||||
 | 
			
		||||
    # error if there are unknown workload_entry
 | 
			
		||||
    if raw:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user