mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-27 19:58:21 +01:00
Pass the output
This commit is contained in:
parent
db9ef8d8e9
commit
eceb069bf4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Downloader:
|
||||||
shell=True, stderr=self.stderr, stdout=self.stdout)
|
shell=True, stderr=self.stderr, stdout=self.stdout)
|
||||||
|
|
||||||
if output != 0:
|
if output != 0:
|
||||||
raise SystemExit(1)
|
raise SystemExit(output)
|
||||||
|
|
||||||
def check_if_downloaded(self):
|
def check_if_downloaded(self):
|
||||||
""" Checks if the file downloaded. """
|
""" Checks if the file downloaded. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue