Updated for code style

This commit is contained in:
Dimitris Zlatanidis 2023-03-02 20:30:40 +02:00
parent 54bd1335bd
commit 282087e787

View file

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