Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 2, 2023
1 parent a85c6c1 commit 43e040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modtools/pedalboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def _take_screenshot(args):
args = parser.parse_args()
if hasattr(args, 'func'):
args.func(args)
exit(0)
sys.exit(0)
else:
parser.print_usage()

Expand Down

0 comments on commit 43e040c

Please sign in to comment.