Skip to content

Commit

Permalink
fix variable after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Sep 10, 2024
1 parent 7ae1e90 commit 8b57130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscitt/pyscitt/cli/split_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cli(fn):
)

def cmd(args):
split_payload(args.cose, args.output)
split_payload(args.cose, args.out)

parser.set_defaults(func=cmd)

Expand Down

0 comments on commit 8b57130

Please sign in to comment.