1 parent 1675cb1 commit 6440d53Copy full SHA for 6440d53
1 file changed
font_collector/parse_arguments.py
@@ -1,4 +1,3 @@
1
-import os
2
from argparse import ArgumentParser
3
from collections.abc import Iterable
4
from datetime import datetime
@@ -73,7 +72,7 @@ def parse_arguments() -> tuple[
73
72
"--output",
74
"-o",
75
type=Path,
76
- default=os.getcwd(),
+ default=Path.cwd(),
77
help="""
78
Destination path of the font. If -o and -mkv aren't specified, it will be the current path.
79
""",
0 commit comments