Changeset 73e0427 in sasview for sasview/__init__.py


Ignore:
Timestamp:
Sep 15, 2016 6:33:57 AM (8 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:
e20c65d
Parents:
ca3f89b
git-author:
Andrew Jackson <andrew.jackson@…> (09/01/16 18:13:19)
git-committer:
Piotr Rozyczko <rozyczko@…> (09/15/16 06:33:57)
Message:

Theoretically now actually fixing #627 - needs checking on windows before closing ticket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/__init__.py

    r69d8aac r73e0427  
    66    import os 
    77    FNULL = open(os.devnull, 'w') 
    8     git_revision = subprocess.check_output(['git describe --tags'], 
     8    git_revision = subprocess.check_output(['git describe', '--tags'], 
    99    #git_revision = subprocess.check_output(['pwd'], 
    1010                    stderr=FNULL, 
Note: See TracChangeset for help on using the changeset viewer.