[SWDEV-530385] Update aca-decode with parsing fixes (#435)
*Update aca-decode to #4cd539d that fixes some errors in parsing cper files for afid extraction *Without this fix, we get garbage value for some cper input files relating GFX_poison_cpers Signed-off-by: Oosman Saeed <oossaeed@amd.com>
This commit is contained in:
committad av
GitHub
förälder
e2692ab533
incheckning
2c3fa591b5
@@ -308,6 +308,7 @@ class AMDSMIParser(argparse.ArgumentParser):
|
||||
"""
|
||||
class _CheckInputFilePath(argparse.Action):
|
||||
# Checks the values
|
||||
outputformat=self.helpers.get_output_format()
|
||||
def __call__(self, parser, args, values, option_string=None):
|
||||
path = Path(values)
|
||||
try:
|
||||
|
||||
Referens i nytt ärende
Block a user