We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b96610 + 4ff35e8 commit 4861b47Copy full SHA for 4861b47
pyiron_snippets/files.py
@@ -49,6 +49,7 @@ class DirectoryObject:
49
It supports unique directory generation and can be protected from deletion
50
on garbage collection.
51
"""
52
+
53
def __init__(
54
self,
55
directory: str | Path | DirectoryObject = ".",
@@ -59,7 +60,7 @@ def __init__(
59
60
Initialize a DirectoryObject.
61
62
Args:
- directory (str | Path | DirectoryObject): The directory path or
63
+ directory (str | Path | DirectoryObject): The directory path or
64
DirectoryObject instance.
65
generate_unique_directory (bool | None): If True, generates a unique
66
directory name, otherwise it still generates a unique name if
0 commit comments