Skip to content

Commit 39b1e18

Browse files
committed
chore: update docstring for DataladDataGrabber
1 parent a97c912 commit 39b1e18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

junifer/datagrabber/datalad_base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ class DataladDataGrabber(BaseDataGrabber):
8787
This class is intended to be used as a superclass of a subclass
8888
with multiple inheritance.
8989
90+
If the ``datadir`` is specified and has the stem prefix as ``"datalad"``
91+
and the stem suffix as ``"juniferauto"``, it will be automatically
92+
deleted after use.
93+
9094
"""
9195

9296
uri: AnyUrl = Field(frozen=True)

0 commit comments

Comments
 (0)