diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:18:57 +0000 |
commit | 3b64505c5a813b72307d14444390ffac9cccb0e5 (patch) | |
tree | 3e33d1ac888c55de4ded16a2a76b4add6f954ecc /eos_downloader/cli/get | |
parent | Releasing debian version 0.10.2-1. (diff) | |
download | eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.tar.xz eos-downloader-3b64505c5a813b72307d14444390ffac9cccb0e5.zip |
Merging upstream version 0.10.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'eos_downloader/cli/get')
-rw-r--r-- | eos_downloader/cli/get/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eos_downloader/cli/get/commands.py b/eos_downloader/cli/get/commands.py index 498473a..a622629 100644 --- a/eos_downloader/cli/get/commands.py +++ b/eos_downloader/cli/get/commands.py @@ -124,6 +124,7 @@ def eos( latest: bool = False, branch: Union[str, None] = None, ) -> int: +# pylint: disable=R0917 """Download EOS image from Arista website""" console = Console() # Get from Context |