mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
RuntimeConfig: Fixed typo
This commit is contained in:
parent
ae0847e815
commit
06be73f8e1
@ -191,7 +191,7 @@ class SysfileValuesRuntimeConfig(RuntimeConfig):
|
||||
|
||||
if path in obj.sysfile_values:
|
||||
msg = 'Syspath "{}:{}" already specified with a value of "{}"'
|
||||
raise ConfigError(msg.foramt(path, value, obj.sysfile_values[path][0]))
|
||||
raise ConfigError(msg.format(path, value, obj.sysfile_values[path][0]))
|
||||
|
||||
obj.sysfile_values[path] = (value, verify)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user