Fixed D400,D209,D205

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 17:27:48 +03:00
parent 6b18e56057
commit f328aaa52f

View file

@ -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__()