mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Removed doubles
This commit is contained in:
parent
378393ff60
commit
e272d7f025
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ class Slackbuilds(Configs):
|
|||
def download_the_sources(self) -> None:
|
||||
if self.sources:
|
||||
print(f'Started to download total ({self.cyan}{len(self.sources)}{self.endc}) sources:\n')
|
||||
if self.sources:
|
||||
for package, sbo_sources in self.sources.items():
|
||||
down_urls = Downloader(Path(self.build_path, package), sbo_sources, self.flags)
|
||||
down_urls.download()
|
||||
|
|
Loading…
Add table
Reference in a new issue