mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-19 14:56:00 +01: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
|
workload_entry[name] = value
|
||||||
|
|
||||||
if "augmentations" in workload_entry:
|
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
|
# error if there are unknown workload_entry
|
||||||
if raw:
|
if raw:
|
||||||
|
Reference in New Issue
Block a user