We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db5cfb commit e921e9eCopy full SHA for e921e9e
main.py
@@ -87,6 +87,10 @@ def start_processing(self):
87
else:
88
if self.checkBox_2.isChecked():
89
call.append("-k")
90
+ if self.exportAllBtn.isChecked():
91
+ call.append("-e")
92
+ if self.resforksBtn.isChecked():
93
+ call.append("-r")
94
call.append(self.source1.text())
95
call.append(self.destination1.text())
96
0 commit comments