Changeset 3563e06 in sasview


Ignore:
Timestamp:
Aug 2, 2017 7:38:12 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.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
945f45d
Parents:
b61bd57
Message:

Fix typo in file path name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/setup_exe.py

    r8eb9043 r3563e06  
    180180test_2d_dir = os.path.join(path, "test\\2d_data") 
    181181test_sesans_dir = os.path.join(path, "test\\sesans_data") 
    182 test_convertible_dir = os.path.join(path, "test\\convertible_data") 
     182test_convertible_dir = os.path.join(path, "test\\convertible_files") 
    183183test_save_dir = os.path.join(path, "test\\save_states") 
    184184test_coord_dir = os.path.join(path, "test\\coordinate_data") 
Note: See TracChangeset for help on using the changeset viewer.