Changeset 328f2ef in sasview for run.py


Ignore:
Timestamp:
Aug 13, 2018 9:16:32 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
3933ee9
Parents:
799963c
Message:

use joinpath instead of slashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r799963c r328f2ef  
    157157 
    158158    addpath(joinpath(root, 'src')) 
    159     addpath(joinpath(root, '../sasmodels/')) # dependency (for loading custom_config.py during log setup) 
     159    addpath(joinpath(root, joinpath('..', 'sasmodels'))) # dependency (for loading custom_config.py during log setup) 
    160160 
    161161    from sas.logger_config import SetupLogger 
Note: See TracChangeset for help on using the changeset viewer.