Skip to content

Commit

Permalink
Re #6630. Trying to fix a bug on isis windoze build.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 28, 2013
1 parent ef22aa9 commit 3aed81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/docs/qtassistant/make_algorithms_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def process(algos, qhp, outputdir):

# initialize mantid
sys.path.append(options.mantidpath)
os.environ['MANTIDPATH'] = options.mantidpath
import mantid.api
algos = mantid.api.AlgorithmFactory.getRegisteredAlgorithms(True)

Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/docs/qtassistant/make_fitfunctions_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def process(functions, qhp, outputdir):

# initialize mantid
sys.path.append(options.mantidpath)
os.environ['MANTIDPATH'] = options.mantidpath
import mantid.api
functions = mantid.api.FunctionFactory.getFunctionNames()

Expand Down

0 comments on commit 3aed81e

Please sign in to comment.