/mnt<project owner’s username>/<project name>. The path for your project updates from /mnt to /mnt<project owner’s username>/<project name>. You might have to update file paths in your project or scripts to reflect these changes.
Replace hardcoded file paths
If you have hardcoded any paths in your project to /mnt, replace the hardcoded paths with the environment variable, $DOMINO_WORKING_DIR. This ensures that you have the correct path. See Domino Environment Variables for more information.
Use absolute paths in Python scripts
When you run Python scripts from an imported project, you might encounter the following error:
os, update the path as follows: