Update devices.py

This commit is contained in:
gutosie
2022-06-04 20:54:34 +03:00
committed by GitHub
parent 1cc6b158fa
commit b79c803519

View File

@@ -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)