handle unspecified case
Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
This commit is contained in:
committed by
Cole Ramos
parent
5579beeed5
commit
1f584c1612
@@ -102,6 +102,7 @@ class OmniSoC_Base:
|
||||
def check_arch_override(self):
|
||||
if "OMNIPERF_ARCH_OVERRIDE" in os.environ.keys():
|
||||
return os.environ["OMNIPERF_ARCH_OVERRIDE"]
|
||||
return ""
|
||||
|
||||
@demarcate
|
||||
def populate_mspec(self):
|
||||
|
||||
Reference in New Issue
Block a user