Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/DSP-344-add-custom-keys-to-kas' …
Browse files Browse the repository at this point in the history
…into DSP-344-add-custom-keys-to-kas
  • Loading branch information
mkleene committed Jan 7, 2025
2 parents 5ba9369 + 3149fa6 commit a926923
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xtest/tdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,7 @@ def decrypt(sdk, ct_file, rt_file, fmt="nano"):
fmt,
]
logger.info(f"dec [{' '.join(c)}]")
try:
subprocess.check_output(c, stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as e:
logger.info("error calling subprocess %s", str(e.output))
raise e
subprocess.check_output(c, stderr=subprocess.STDOUT)


def supports(sdk: sdk_type, feature: feature_type) -> bool:
Expand Down

0 comments on commit a926923

Please sign in to comment.