2
0

[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>
Este cometimento está contido em:
Saeed, Oosman
2025-06-04 18:49:05 -05:00
cometido por GitHub
ascendente e2692ab533
cometimento 2c3fa591b5
10 ficheiros modificados com 399 adições e 18 eliminações
+1
Ver ficheiro
@@ -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: