mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
framework/parsers: Fix incorrect method name
This commit is contained in:
parent
fbb1a125fd
commit
ad530a8925
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user