Changeset 292 for pkpgcounter/trunk/pkpgpdls/postscript.py
- Timestamp:
- 12/06/05 08:52:46 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/postscript.py
r291 r292 172 172 """ 173 173 self.logdebug("Converting input datas to TIFF...") 174 result = None 174 175 self.infile.seek(0) 175 176 (handle, filename) = tempfile.mkstemp(".tmp", "pkpgcounter") … … 200 201 except : 201 202 pass 202 result = None203 203 return result 204 204