mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +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)
|
||||
|
||||
if output != 0:
|
||||
raise SystemExit(1)
|
||||
raise SystemExit(output)
|
||||
|
||||
def check_if_downloaded(self):
|
||||
""" Checks if the file downloaded. """
|
||||
|
|
Loading…
Reference in a new issue