We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPSP.py line 33
NPSP.py tries to reference a file in the Tasks directory: from tasks.salesforce_robot_library_base import SalesforceRobotLibraryBase
However, the Tasks folder is located outside of the robot/resources folder. https://github.com/SalesforceFoundation/NPSP/blob/main/robot/Cumulus/resources/NPSP.py#L33
This causes the error, 'ModuleNotFoundError: No module named 'tasks.salesforce_robot_library_base' and the Robot tests consistently fail.
Let me know if more information is required.
Many thanks, Jess
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NPSP.py line 33
NPSP.py tries to reference a file in the Tasks directory:
from tasks.salesforce_robot_library_base import SalesforceRobotLibraryBase
However, the Tasks folder is located outside of the robot/resources folder.
https://github.com/SalesforceFoundation/NPSP/blob/main/robot/Cumulus/resources/NPSP.py#L33
This causes the error, 'ModuleNotFoundError: No module named 'tasks.salesforce_robot_library_base' and the Robot tests consistently fail.
Let me know if more information is required.
Many thanks,
Jess
The text was updated successfully, but these errors were encountered: