We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97c912 commit 39b1e18Copy full SHA for 39b1e18
junifer/datagrabber/datalad_base.py
@@ -87,6 +87,10 @@ class DataladDataGrabber(BaseDataGrabber):
87
This class is intended to be used as a superclass of a subclass
88
with multiple inheritance.
89
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
+
94
"""
95
96
uri: AnyUrl = Field(frozen=True)
0 commit comments