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 45d2561 + 4d41b49 commit b50f5e6Copy full SHA for b50f5e6
neurodocker/cli/generate.py
@@ -223,7 +223,8 @@ def _get_common_renderer_params() -> list[click.Parameter]:
223
multiple=True,
224
type=tuple,
225
help=(
226
- "Extract a tar file as a layer in the container. Provide a source and destination path."
+ "Extract a tar file as a layer in the container."
227
+ " Provide a source and destination path."
228
),
229
230
OptionEatAll(
neurodocker/reproenv/renderers.py
@@ -373,7 +373,7 @@ def copy(
373
destination: PathType | list[PathType],
374
) -> _Renderer:
375
raise NotImplementedError()
376
-
+
377
def add(
378
self,
379
source: PathType,
0 commit comments