Skip to content

Commit

Permalink
Re #6630. More stuff to make osx happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 27, 2013
1 parent eeae1d5 commit 38b0e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/wiki_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def initialize_Mantid(mantidpath):
global mtd
global mantid_initialized
if mantid_initialized: return
mantidpath = os.abspath(mantidpath)
mantidpath = os.path.abspath(mantidpath)
sys.path.append(mantidpath)
sys.path.append( os.path.join(mantidpath, 'bin') )
sys.path.append(os.getcwd())
Expand Down

0 comments on commit 38b0e67

Please sign in to comment.