From 850bbdd178c612b5b0442c37c44d0828cc8a590a Mon Sep 17 00:00:00 2001 From: dtmaclaren <101112838+danielmaclaren@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:49:13 +0100 Subject: [PATCH] Update FAQ with file path requirements Added note about file path requirements for functions. --- doc/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index 1c52050d..96ece9e2 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -131,6 +131,8 @@ The problem is that the string has not been escaped correctly. In python, the ba - Use the default script path: - `g.load_script('NiceScript.py')` + This applies to all functions that require a file path i.e. `set_user_script_dir()` + ### Can I run scripts from Mantid? `genie_python` - the library which provides convenience functions such as `cset` and `cget` in order to run scripts can be installed from `pip`, and is [available on pypi](https://pypi.org/project/genie-python/).