Changed default path to the home directory
1 files changed, 1 insertions(+), 1 deletions(-) M download_course/utils/prompt.py
M download_course/utils/prompt.py => download_course/utils/prompt.py +1 -1
@@ 30,7 30,7 @@ def get_args() -> argparse.Namespace: '--output-dir', action="store", help="Output dir, Default is current dir", - default=pathlib.Path.cwd(), + default=pathlib.Path.home(), type=lambda p: pathlib.Path(p).expanduser().resolve() ) # Debug