Ticket #434 (closed: fixed)
Command line Python doesn't work due to changes in relative directory handling
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Changing the reading of paths to reference the executable's directory causes problems when running solely through Python since the directory of the executable is Python's directory and not Mantid
Change History
Note: See
TracTickets for help on using
tickets.
(In [2059]) Changed handling of working directory so that if we are running through Python then the initial working directory is that set by Python. Closes #434.