Skip to content
New issue

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

ModuleNotFoundError: No module named 'tasks.salesforce_robot_library_base' #7249

Open
jessgregg opened this issue Sep 4, 2024 · 0 comments
Labels

Comments

@jessgregg
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant