Skip to content

Commit b50f5e6

Browse files
authored
Merge pull request #598 from Vbitz/master
fixed flake8 errors from #597
2 parents 45d2561 + 4d41b49 commit b50f5e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

neurodocker/cli/generate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ def _get_common_renderer_params() -> list[click.Parameter]:
223223
multiple=True,
224224
type=tuple,
225225
help=(
226-
"Extract a tar file as a layer in the container. Provide a source and destination path."
226+
"Extract a tar file as a layer in the container."
227+
" Provide a source and destination path."
227228
),
228229
),
229230
OptionEatAll(

neurodocker/reproenv/renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def copy(
373373
destination: PathType | list[PathType],
374374
) -> _Renderer:
375375
raise NotImplementedError()
376-
376+
377377
def add(
378378
self,
379379
source: PathType,

0 commit comments

Comments
 (0)