Pylint whitespace fix
Removed superfluous whitespace.
This commit is contained in:
parent
be682549fd
commit
9d16bec870
@ -353,7 +353,7 @@ class BackupVMsWindow(ui_backupdlg.Ui_Backup, multiselectwidget.QtGui.QWizard):
|
|||||||
if self.thread_monitor.success and \
|
if self.thread_monitor.success and \
|
||||||
self.turn_off_checkbox.isChecked():
|
self.turn_off_checkbox.isChecked():
|
||||||
os.system('systemctl poweroff')
|
os.system('systemctl poweroff')
|
||||||
|
|
||||||
signal.signal(signal.SIGCHLD, old_sigchld_handler)
|
signal.signal(signal.SIGCHLD, old_sigchld_handler)
|
||||||
|
|
||||||
def reject(self):
|
def reject(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user