mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for code style
This commit is contained in:
parent
54bd1335bd
commit
282087e787
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class Downloader(Configs, Utilities):
|
|||
|
||||
lftp works with the ponce repository only.
|
||||
"""
|
||||
|
||||
if self.downloader == 'wget':
|
||||
self.output = subprocess.call(f'{self.downloader} {self.wget_options} --directory-prefix={self.path} '
|
||||
f'"{self.url}"', shell=True, stderr=self.stderr, stdout=self.stdout)
|
||||
|
|
Loading…
Reference in a new issue