Skip to content

Commit 784d64f

Browse files
samwasedaCopilot
andauthored
Update pyiron_snippets/files.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4861b47 commit 784d64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiron_snippets/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
if (
7878
directory == "." and generate_unique_directory is None
7979
) or generate_unique_directory:
80-
path = path / Path(f"data_{uuid.uuid4().hex}")
80+
path = path / f"data_{uuid.uuid4().hex}"
8181
self.path: Path = path
8282
self.create()
8383
self._protected = protected

0 commit comments

Comments
 (0)