diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-12 11:22:08 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-12 11:22:08 +0000 |
commit | 2016cc4db1569b9d210de235ef9feaefad6a7689 (patch) | |
tree | e52299aaf2f4d8d8b5e0a74eec784960a04cd68a /src/backend/upgrade.py | |
parent | fc46610f316eb45b017d8f054132f01d4c7c37d7 (diff) |
minor tweaks
Diffstat (limited to 'src/backend/upgrade.py')
-rw-r--r-- | src/backend/upgrade.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |