We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03205a commit 7d7c5eeCopy full SHA for 7d7c5ee
python/qemu/ot/otp/const.py
@@ -241,7 +241,7 @@ def get_scrambling_key(self, name: str) -> str:
241
except KeyError as exc:
242
raise ValueError('No scrambling key constants found') from exc
243
if len(key_values) <= idx:
244
- raise ValueError(f'No such key {name} in the key array') from exc
+ raise ValueError(f'No such key {name} in the key array')
245
return key_values[idx]
246
247
def get_partition_inv_defaults(self, partition: int) -> Optional[str]:
0 commit comments