Skip to content

Commit

Permalink
Refs #5377 Added a path to sys.path
Browse files Browse the repository at this point in the history
modified:   wiki_tools.py
  • Loading branch information
jmborr committed May 22, 2012
1 parent 572c6b9 commit 2ecc869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Build/wiki_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def initialize_Mantid(mantidpath):
global mantid_initialized
if mantid_initialized: return
sys.path.append(mantidpath)
sys.path.append( os.path.join(mantidpath, 'bin') )
sys.path.append(os.getcwd())
sys.path.append( os.path.join( os.getcwd(), 'bin') )
try:
Expand Down Expand Up @@ -341,4 +342,4 @@ def find_orphan_wiki():
if len(algos) == 0:
algos = get_all_algorithms()
validate_wiki(args, algos)


0 comments on commit 2ecc869

Please sign in to comment.