mambareport.py: update to new report script name, from openmamba-makereport to os-makereport
This commit is contained in:
parent
d65d50d2b1
commit
977a2daf39
@ -58,7 +58,7 @@ class GenerateReportThread(QtCore.QThread):
|
||||
reportFile = os.path.expanduser("~") + '/openmamba-report.txt'
|
||||
self.updateProgressSignal.emit({ 'value': 5,
|
||||
'label': _("Generating report...")})
|
||||
result = subprocess.run(['pkexec', 'openmamba-makereport',
|
||||
result = subprocess.run(['pkexec', 'os-makereport',
|
||||
'\'' + self.parent.welcomePage.reasonLineEdit.displayText() + '\'',
|
||||
reportFile ],
|
||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
Loading…
Reference in New Issue
Block a user