Changeset 14ec91c5 in sasview for setup.py


Ignore:
Timestamp:
Feb 2, 2018 9:21:48 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
a90c9c5
Parents:
5e66738
Message:

More code review related fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r0261bc1 r14ec91c5  
    5353    if os.path.isfile(f_path): 
    5454        os.remove(f_path) 
    55     f_path = os.path.join(sas_dir, "categories.json") 
    56     if os.path.isfile(f_path): 
    57         os.remove(f_path) 
     55    #f_path = os.path.join(sas_dir, "categories.json") 
     56    #if os.path.isfile(f_path): 
     57    #    os.remove(f_path) 
    5858    f_path = os.path.join(sas_dir, 'config', "custom_config.py") 
    5959    if os.path.isfile(f_path): 
Note: See TracChangeset for help on using the changeset viewer.