[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:
Saeed, Oosman
2025-06-04 18:49:05 -05:00
committed by GitHub
parent e2692ab533
commit 2c3fa591b5
10 changed files with 399 additions and 18 deletions
+1
View File
@@ -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: