From 2016cc4db1569b9d210de235ef9feaefad6a7689 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 Jan 2023 11:22:08 +0000 Subject: minor tweaks --- src/backend/upgrade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/upgrade.py') diff --git a/src/backend/upgrade.py b/src/backend/upgrade.py index 3c48955..0ec707c 100644 --- a/src/backend/upgrade.py +++ b/src/backend/upgrade.py @@ -50,7 +50,7 @@ def start(): continue else: print(sisyphus.getcolor.bright_red + - "\nNo package found!\n" + sisyphus.getcolor.reset) + "\nNo package upgrades found!\n" + sisyphus.getcolor.reset) sys.exit() else: print(sisyphus.getcolor.bright_red + @@ -105,7 +105,7 @@ def estart(): continue else: print(sisyphus.getcolor.bright_red + - "\nNo package found!\n" + sisyphus.getcolor.reset) + "\nNo package upgrades found!\n" + sisyphus.getcolor.reset) sys.exit() else: if not len(areBinaries) == 0: -- cgit v1.2.3