Overview
I upgraded to 1.17.1 to fix #729 but now when running icloud I receive a ModuleNotFoundError: No module named 'starters'.
Steps to Reproduce
- Install icloudpd@1.17.1
- Run
icloud
Expected Behavior
No errors and icloud should display help.
Actual Behavior
starters module error:
/volume1/homes/mike/venv-icloudpd-amber/bin/icloud
(venv-icloudpd-amber) mike@thevault0:~$ icloud
Traceback (most recent call last):
File "/volume1/homes/mike/venv-icloudpd-amber/bin/icloud", line 5, in <module>
from starters.icloud import main
ModuleNotFoundError: No module named 'starters'
Context
This was broken in pull 726.
Overview
I upgraded to 1.17.1 to fix #729 but now when running
icloudI receive aModuleNotFoundError: No module named 'starters'.Steps to Reproduce
icloudExpected Behavior
No errors and
icloudshould display help.Actual Behavior
starters module error:
Context
This was broken in pull 726.