Ignore:
Timestamp:
Feb 10, 2012 12:02:39 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
5f65636
Parents:
b00086f
Message:

relative image path for reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • invariantview/src/sans/perspectives/invariant/report_dialog.py

    r7f14996 r664c5a7  
    160160 
    161161            # put the image file path in the html data 
    162             html = self.report_list[0] % str(pic_fname) 
     162            html = self.report_list[0] % str(os.path.basename(pic_fname)) 
    163163             
    164164            # make/open file in case of absence 
     
    194194        #put the image path in html string 
    195195        if ext_num == (1 - ind_cor): 
    196             report = report_frame % pic_fname 
     196            report = report_frame % os.path.basename(pic_fname) 
    197197 
    198198        f = open(fName, 'w') 
Note: See TracChangeset for help on using the changeset viewer.