mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D400,D209,D205
This commit is contained in:
parent
6b18e56057
commit
f328aaa52f
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ from slpkg.repositories import Repositories
|
|||
|
||||
|
||||
class DownloadOnly(Configs): # pylint: disable=[R0902]
|
||||
"""Download only the sources and the slackbuilds
|
||||
or the packages for binary repositories."""
|
||||
"""Download only the sources or packages."""
|
||||
|
||||
def __init__(self, directory: str, flags: list, data: dict, repository: str):
|
||||
super(Configs, self).__init__()
|
||||
|
|
Loading…
Reference in a new issue