Changeset cd57c7d4 in sasview for sasview/setup_exe.py


Ignore:
Timestamp:
Sep 11, 2017 8:12:16 AM (7 years ago)
Author:
krzywon
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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
b1f20d1
Parents:
c9ecd1b (diff), e2b2473 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into 4_1_issues

# Conflicts:
# src/sas/sascalc/dataloader/readers/cansas_reader.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/setup_exe.py

    rce2819b rcd57c7d4  
    232232# Copy the settings file for the sas.dataloader file extension associations 
    233233import sas.sascalc.dataloader.readers 
    234 f = os.path.join(sas.sascalc.dataloader.readers.get_data_path(), 'defaults.json') 
     234f = os.path.join(sas.sascalc.dataloader.readers.get_data_path()) 
    235235if os.path.isfile(f): 
    236236    data_files.append(('.', [f])) 
     
    246246if os.path.isfile(f): 
    247247    data_files.append(('.', [f])) 
    248  
    249 #f = 'default_categories.json' 
    250 #if os.path.isfile(f): 
    251 #    data_files.append(('.', [f])) 
    252248 
    253249# numerical libraries 
Note: See TracChangeset for help on using the changeset viewer.