[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
committad av GitHub
förälder e2692ab533
incheckning 2c3fa591b5
10 ändrade filer med 399 tillägg och 18 borttagningar
+1
Visa fil
@@ -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: