Skip to content

Commit 76a7433

Browse files
iansedanogahjelle
andauthored
Update python-get-all-files-in-directory/create_large_dir.py
Co-authored-by: Geir Arne Hjelle <[email protected]>
1 parent e5d1a38 commit 76a7433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-get-all-files-in-directory/create_large_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Item:
6161
)
6262

6363

64-
def create_item(item: Item, path_to: Path = Path("")):
64+
def create_item(item: Item, path_to: Path = Path.cwd()) -> None:
6565

6666
if item.children is None and item.junk_files is None:
6767
path_to.joinpath(item.name).touch()

0 commit comments

Comments
 (0)