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 54d0fe0 commit 31c1cceCopy full SHA for 31c1cce
sigstore/_cli.py
@@ -686,7 +686,7 @@ def _sign(args: argparse.Namespace) -> None:
686
with signing_ctx.signer(identity) as signer:
687
for file, outputs in output_map.items():
688
logger.debug(f"signing for {file.name}")
689
- with file.open(mode="rb", buffering=0) as fio:
+ with file.open(mode="rb", buffering=0) as io:
690
try:
691
result = signer.sign(input_=io)
692
except ExpiredIdentity as exp_identity:
0 commit comments