From 9f53f1c514bbda3f34016bff6c26c3f998506dca Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 5 Apr 2022 10:47:51 -0700 Subject: [PATCH] Fix mistaken argparse target was int. --- shortcut.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shortcut.py b/shortcut.py index ac4312c..474fb98 100644 --- a/shortcut.py +++ b/shortcut.py @@ -68,7 +68,6 @@ def main(argv): parser.add_argument( 'target', nargs='+', - type=int, help=''' The filepath of the target file and any additional arguments separated by spaces. If you want to include an argument that starts with hyphens,