Fix mistaken argparse target was int.

This commit is contained in:
voussoir 2022-04-05 10:47:51 -07:00
parent 6d90062eff
commit 9f53f1c514
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -68,7 +68,6 @@ def main(argv):
parser.add_argument( parser.add_argument(
'target', 'target',
nargs='+', nargs='+',
type=int,
help=''' help='''
The filepath of the target file and any additional arguments separated The filepath of the target file and any additional arguments separated
by spaces. If you want to include an argument that starts with hyphens, by spaces. If you want to include an argument that starts with hyphens,