~tieong/download-course

999764bb7db6f1e7562d0db9ae992b6aae332ed0 — Thomas Ieong 2 years ago 05d0a87
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