- fixed typo in gs parameter

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@342 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-11-07 17:52:05 +00:00
parent fd8b0bff34
commit 3bd2811dbb
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def convert2Fax(filenames, faxname):
if not checkFile(fname, fname_):
return 0
files.append(fname_)
command = "gs -dNOPAUSE -dQUIET -dBATCH -aPAPERSIZE=a4 -sDEVICE=cfax " \
command = "gs -dNOPAUSE -dQUIET -dBATCH -sPAPERSIZE=a4 -sDEVICE=cfax " \
"-sOutputFile=%s %s" % (faxname, ' '.join(files))
ret = os.system(command) >> 8
if ret: