Skip to content
Snippets Groups Projects
Commit f0135999 authored by Radek Hušek's avatar Radek Hušek
Browse files

Do not always fold anymore

parent 4231e6ca
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class CPP(QWidget):
else:
cmd = self._printer.currentData().copy()
cmd += [ "-o", self._duplex.currentData() ]
if self._stample.isChecked:
if self._stample.isChecked():
cmd += [ "-o", "XRFold=BiFoldStaple" ]
cmd.append("-")
pipeline.append(cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment