Skip to content
Snippets Groups Projects
Commit aed933cf authored by Lin, Jiao's avatar Lin, Jiao
Browse files

Refs #24287. fixing a bug when mantidPlotPath is None.

parent 07528ce9
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ if options.doInstall:
log("Installing package '%s'" % installer.mantidInstaller)
try:
installer.install()
log("Application path " + installer.mantidPlotPath)
log("Application path: %r" % installer.mantidPlotPath)
installer.no_uninstall = False
except Exception as err:
scriptfailure("Installing failed. "+str(err))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment