Ticket #404 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

Include a simpler command to set the current working directory for python scripts

Reported by: Martyn Gigg Owned by:
Priority: major Milestone: Iteration 15
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description


Change History

comment:1 Changed 12 years ago by Martyn Gigg

(In [2011]) Added a function to return the directory of the program executable. This is necessary so that relative directories can be resolved. Re #404

comment:2 Changed 12 years ago by Martyn Gigg

(In [2016]) Altered ConfigService so that relative path names are converted to absolute ones. Note that the original value is not actually altered but the call for a key is intercepted and a locally stored value is returned. Re #404

comment:3 Changed 12 years ago by Martyn Gigg

(In [2019]) Changed any usage of hard-coded relative paths so that they are translated into absolute paths using the directory of the executable as the bsae directory. Re #404

comment:4 Changed 12 years ago by Martyn Gigg

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1252

Note: See TracTickets for help on using tickets.