Changeset 160

Show
Ignore:
Timestamp:
08/19/06 13:36:28 (2 years ago)
Author:
sandal
Message:

I think this might be a problem. see the FIXME line

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/ruport/format/plugin.rb

    r158 r160  
    150150        if File.exists?(pdfpath) 
    151151          return File.open(pdfpath,'rb'){ |f| f.read } 
     152          #FIXME: the line below will never be executed 
    152153          File.unlink pdfpath 
    153154        else