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.
1 parent 740e8ac commit 8cfcfa8Copy full SHA for 8cfcfa8
pyiron_snippets/files.py
@@ -40,7 +40,9 @@ def categorize_folder_items(folder_path):
40
41
42
class DirectoryObject:
43
- def __init__(self, directory: str | Path | DirectoryObject, protected: bool = False):
+ def __init__(
44
+ self, directory: str | Path | DirectoryObject, protected: bool = False
45
+ ):
46
if isinstance(directory, str):
47
self.path = Path(directory)
48
elif isinstance(directory, Path):
0 commit comments