mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
TargetManager: Fixed Typo
This commit is contained in:
parent
ec8d75ef4c
commit
8cf6051db8
@ -37,7 +37,7 @@ class TargetManager(object):
|
|||||||
self._init_target()
|
self._init_target()
|
||||||
|
|
||||||
# If target supports hotplugging, online all cpus before perform discovery
|
# If target supports hotplugging, online all cpus before perform discovery
|
||||||
# and restore orignal configuration after completed.
|
# and restore original configuration after completed.
|
||||||
if self.target.has('hotplug'):
|
if self.target.has('hotplug'):
|
||||||
online_cpus = self.target.list_online_cpus()
|
online_cpus = self.target.list_online_cpus()
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user