From 77b2c72fa81b0156248c63080914e5dca6b9019f Mon Sep 17 00:00:00 2001 From: blueShard-dev <63594396+blueShard-dev@users.noreply.github.com> Date: Sun, 28 Jun 2020 11:26:31 +0000 Subject: [PATCH] Update shell.py --- aion-0.1.0_alpha/aion_core/shell/shell.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aion-0.1.0_alpha/aion_core/shell/shell.py b/aion-0.1.0_alpha/aion_core/shell/shell.py index 288e413..a35e87a 100644 --- a/aion-0.1.0_alpha/aion_core/shell/shell.py +++ b/aion-0.1.0_alpha/aion_core/shell/shell.py @@ -141,6 +141,8 @@ def main(): else: name = "Remove" question = yesno(name + " " + package + "? (y/n): ") + if name == "Remove": + name = "Remov" if package == "aion": if question is True: question = yesno("Should your personal data ('/etc/aion_data/': custom skills / plugins, version saves, language files, ...) deleted as well? (y/n): ")