Pylint whitespace fix

Removed superfluous whitespace.
This commit is contained in:
Marta Marczykowska-Górecka 2018-07-12 23:31:30 +02:00
parent be682549fd
commit 9d16bec870
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

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