Changeset 359 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
08/16/06 00:04:22 (18 years ago)
Author:
jerome
Message:

Explicitely catches the OSError exception instead of catching all of them when deleting the temporary file.

Files:
1 modified

Legend:

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

    r357 r359  
    209209            try : 
    210210                os.remove(filename) 
    211             except :     
     211            except OSError :     
    212212                pass 
    213213        return result