Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69546
Collapse All | Expand All

(-)scripts/cs_helpers.pyin (-1 / +1 lines)
Lines 163-169 Link Here
163
	try:
163
	try:
164
		if (mail_type=="sff"): # normal fax file
164
		if (mail_type=="sff"): # normal fax file
165
			# sff -> tif
165
			# sff -> tif
166
			ret=os.spawnlp(os.P_WAIT,"sfftobmp","sfftobmp","-tif",attachment,basename+"tif")
166
			ret=os.spawnlp(os.P_WAIT,"sfftobmp","sfftobmp","-tif",attachment,"-o",basename+"tif")
167
			if (ret or not os.access(basename+"tif",os.F_OK)):
167
			if (ret or not os.access(basename+"tif",os.F_OK)):
168
				raise "conv-error","Can't convert sff to tif. sfftobmp not installed?"
168
				raise "conv-error","Can't convert sff to tif. sfftobmp not installed?"
169
			# tif -> ps -> pdf
169
			# tif -> ps -> pdf

Return to bug 69546