mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed continuing updating
This commit is contained in:
parent
4a4d284bc7
commit
68d008337a
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
4.9.0 - 13/06/2023
|
||||
- Updated for multilib instructions
|
||||
4.9.0 - 21/06/2023
|
||||
Updated:
|
||||
- For multilib install instructions
|
||||
Fixed:
|
||||
- Continuing updating repositories after failing once
|
||||
|
||||
4.8.9 - 06/06/2023
|
||||
Fixed
|
||||
|
|
|
@ -106,6 +106,7 @@ class CheckUpdates(Configs):
|
|||
except HTTPError:
|
||||
print(f'\n\n{self.endc}{self.prog_name}: {self.bred}Error:{self.endc} '
|
||||
f'Failed to connect to {repo_chg_txt}\n')
|
||||
return False
|
||||
else:
|
||||
repo_size: int = int(repo.headers['Content-Length'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue