Merge branch 'develop'

This commit is contained in:
Dimitris Zlatanidis 2020-06-03 23:38:32 +03:00
commit 02ddbb28ae
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
3.8.9 - 03/06/2020
BugFix:
- Fixed Slackware distribution --upgrade flag
3.8.8 - 20/05/2020 3.8.8 - 20/05/2020
BugFix: BugFix:
- Fixed the name of variable flags to flag for patches upgrade option - Fixed the name of variable flags to flag for patches upgrade option

View file

@ -100,7 +100,7 @@ class Patches(BlackList, Utils):
unit, size = units(self.comp_sum, self.uncomp_sum) unit, size = units(self.comp_sum, self.uncomp_sum)
print("\nInstalling summary") print("\nInstalling summary")
print("=" * 79) print("=" * 79)
print(f"{self.grey}Total {self.count_upg}" print(f"{self.grey}Total {self.count_upg} "
f"{self.msg.pkg(len(self.upgrade_all))} will be upgraded and" f"{self.msg.pkg(len(self.upgrade_all))} will be upgraded and"
f" {self.count_added} will be installed.") f" {self.count_added} will be installed.")
print(f"Need to get {size[0]} {unit[0]} of archives.") print(f"Need to get {size[0]} {unit[0]} of archives.")