Fix 'Line too long'

This commit is contained in:
donoban 2021-03-14 13:24:55 +01:00
父節點 cbae4f5868
當前提交 f0d8b71b22
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 141310D8E3ED08A5

查看文件

@ -1028,7 +1028,8 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtWidgets.QDialog):
self.vm.name, self.qapp, self.qubesapp, self)
if boot_dialog.exec_():
self.save_and_apply()
qvm_start.main(['--cdrom', boot_dialog.cdrom_location, self.vm.name])
qvm_start.main(
['--cdrom', boot_dialog.cdrom_location, self.vm.name])
def virt_mode_changed(self, new_idx): # pylint: disable=unused-argument
self.update_pv_warning()