Skip to content

Commit 5369b8d

Browse files
author
Tim Walsh
committed
Add analysis file export functionality to GUI
1 parent 12b9f66 commit 5369b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ def start_processing(self):
8484
call.append("-f")
8585
if self.resforksBtn.isChecked():
8686
call.append("-r")
87+
else:
88+
if self.checkBox_2.isChecked():
89+
call.append("-k")
8790
call.append(self.source1.text())
8891
call.append(self.destination1.text())
8992

0 commit comments

Comments
 (0)