Changeset 292

Show
Ignore:
Timestamp:
12/06/05 08:52:46 (18 years ago)
Author:
jerome
Message:

I'm really really stupid (or still sleeping)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/postscript.py

    r291 r292  
    172172        """    
    173173        self.logdebug("Converting input datas to TIFF...") 
     174        result = None     
    174175        self.infile.seek(0) 
    175176        (handle, filename) = tempfile.mkstemp(".tmp", "pkpgcounter")     
     
    200201            except :     
    201202                pass 
    202             result = None     
    203203        return result     
    204204