From b79c8035198d1489531a791b62b3aaa5ae11b631 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 4 Jun 2022 20:54:34 +0300 Subject: [PATCH] Update devices.py --- NeoBoot/files/devices.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 2fbf57a..1c2a783 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -713,10 +713,9 @@ class SetDiskLabel(Screen): return jest def myclose(self): - if answer is True: system('reboot -f') - + class DeviceManagerSummary(Screen): def __init__(self, session, parent): Screen.__init__(self, session, parent=parent)