change keybox output path

This commit is contained in:
hyugogirubato 2024-10-28 21:38:58 +01:00
parent 47b24c0d2c
commit ec0bd98436
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Cdm:
path_wvd.write_bytes(data=wvd_bin) path_wvd.write_bytes(data=wvd_bin)
self.logger.info('Exported WVD: %s', path_wvd) self.logger.info('Exported WVD: %s', path_wvd)
if self.keybox and not self.keybox.export(parent=parent): if self.keybox and not self.keybox.export(parent=parent.parent):
self.logger.warning('The keybox has not been intercepted or decrypted') self.logger.warning('The keybox has not been intercepted or decrypted')
return len(keys) > 0 return len(keys) > 0