Changeset 450c6f6 in sasview


Ignore:
Timestamp:
Oct 7, 2016 6:00:38 PM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
2abe6bf
Parents:
1efba268
git-author:
Piotr Rozyczko <rozyczko@…> (10/07/16 17:58:29)
git-committer:
Piotr Rozyczko <rozyczko@…> (10/07/16 18:00:38)
Message:

Fixed fallout from a file removal. Please test your commits!

Location:
sasview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasview/installer_generator.py

    r525aaa2 r450c6f6  
    203203    msg += """Source: "dist\config\custom_config.py";\tDestDir: "{userdesktop}\..\.sasview\config";\t"""  
    204204    msg += """Flags: recursesubdirs createallsubdirs\n""" 
    205     msg += """Source: "dist\default_categories.json";    DestDir: "{userdesktop}\..\.sasview";\t"""  
    206     msg += """DestName: "categories.json";\n""" 
     205    #msg += """Source: "dist\default_categories.json";    DestDir: "{userdesktop}\..\.sasview";\t"""  
     206    #msg += """DestName: "categories.json";\n""" 
    207207    msg += """;\tNOTE: Don't use "Flags: ignoreversion" on any shared system files""" 
    208208    return msg 
  • sasview/setup_exe.py

    r9bbc074 r450c6f6  
    239239    data_files.append(('.', [f])) 
    240240 
    241 f = 'default_categories.json' 
    242 if os.path.isfile(f): 
    243     data_files.append(('.', [f])) 
     241#f = 'default_categories.json' 
     242#if os.path.isfile(f): 
     243#    data_files.append(('.', [f])) 
    244244 
    245245# numerical libraries 
Note: See TracChangeset for help on using the changeset viewer.