🐛 Fix default
This commit is contained in:
parent
e78463325b
commit
2f6d543528
@ -7,7 +7,7 @@ from subprocess import run
|
||||
from requests import get
|
||||
|
||||
parser = ArgumentParser()
|
||||
parser.add_argument("path", nargs=1, default=Path.cwd())
|
||||
parser.add_argument("path", nargs=1, default=[Path.cwd()])
|
||||
args = parser.parse_args()
|
||||
path = Path(args.path[0])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user