Changeset 76703da in sasview


Ignore:
Timestamp:
Jun 12, 2011 3:59:59 PM (14 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:
755cac4
Parents:
0cbfaeb
Message:

print s_path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/data_panel.py

    r228a8bb r76703da  
    414414                    process_list = data.process 
    415415                    data_id = data.id 
    416                      
     416                    s_path = str(path) 
     417                    print "s_path=",s_path 
    417418                    if state_id not in self.list_cb_data: 
    418419                        #new state 
     
    425426                                                      'Type: %s' % data_class) 
    426427                        p_c_c = self.tree_ctrl.AppendItem(d_i_c, 
    427                                                       'Path: %s' % str(path)) 
     428                                                      'Path: %s' % s_path) 
    428429                        d_p_c = self.tree_ctrl.AppendItem(d_i_c, 'Process') 
    429430                         
     
    447448                        self.tree_ctrl.SetItemPyData(data_c, temp)  
    448449                        self.tree_ctrl.SetItemText(i_c_c, 'Type: %s' % data_class) 
    449                         self.tree_ctrl.SetItemText(p_c_c, 'Path: %s' % str(path))  
     450                        self.tree_ctrl.SetItemText(p_c_c, 'Path: %s' % s_path)  
    450451                        self.tree_ctrl.DeleteChildren(d_p_c)  
    451452                        for process in process_list: 
Note: See TracChangeset for help on using the changeset viewer.