Changeset 664c5a7 in sasview for invariantview/src/sans/perspectives/invariant
- Timestamp:
- Feb 10, 2012 12:02:39 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
invariantview/src/sans/perspectives/invariant/report_dialog.py
r7f14996 r664c5a7 160 160 161 161 # 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)) 163 163 164 164 # make/open file in case of absence … … 194 194 #put the image path in html string 195 195 if ext_num == (1 - ind_cor): 196 report = report_frame % pic_fname196 report = report_frame % os.path.basename(pic_fname) 197 197 198 198 f = open(fName, 'w')
Note: See TracChangeset
for help on using the changeset viewer.