mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update tools.py
This commit is contained in:
@@ -2069,8 +2069,9 @@ class InitializationFormattingDisk(Screen):
|
||||
else:
|
||||
self.close()
|
||||
|
||||
def myClose(selfe):
|
||||
os.system('reboot -f')
|
||||
def myClose(self):
|
||||
self.close()
|
||||
|
||||
|
||||
class BootManagers(Screen):
|
||||
__module__ = __name__
|
||||
|
Reference in New Issue
Block a user