Skip to content

Commit

Permalink
Merge pull request #598 from Vbitz/master
Browse files Browse the repository at this point in the history
fixed flake8 errors from #597
  • Loading branch information
stebo85 authored Feb 2, 2024
2 parents 45d2561 + 4d41b49 commit b50f5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion neurodocker/cli/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ def _get_common_renderer_params() -> list[click.Parameter]:
multiple=True,
type=tuple,
help=(
"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."
" Provide a source and destination path."
),
),
OptionEatAll(
Expand Down
2 changes: 1 addition & 1 deletion neurodocker/reproenv/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def copy(
destination: PathType | list[PathType],
) -> _Renderer:
raise NotImplementedError()

def add(
self,
source: PathType,
Expand Down

0 comments on commit b50f5e6

Please sign in to comment.